Loading Tool

Explorer IconExplorer

Memory Pool

78,090 transactions
29.31 vMB
0.06427850 BTC
Random Selection Loading Transactions
Max Size: 176.17/200 MB

Candidate Block

Mining Attempt 059bf3c67b0f14c2c0faadef3686ed58d45700a2cd21149a01ad974ce4e8db79
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root cb6ef88077887940b1bd18ab1035635cf751be7b4fe44ba716c98ccf3fbf9968
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,045
Size: 1.00 vMB
Total Fees: 0.00494998 BTC
Feerates: 50.25 > 0.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (260,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,482 654,482 00000000000000000004cb0e04c5598d971838d6df4a1721d21f4f6cb17538fe 2,921 1.00/1.00 vMB 224
654,481 654,481 00000000000000000000f0424da7f6907df20ed4b3a383aeead6b60f74f150e7 3,106 1.00/1.00 vMB 241
654,480 654,480 00000000000000000002bf8b9874be784e0103c1ed6949cecfd7a706d41a3e35 2,826 1.00/1.00 vMB 206
654,479 654,479 00000000000000000008a30e8e43f5adf1d6e5eeb625852d9087e0007bd74585 2,791 1.00/1.00 vMB 235
654,478 654,478 00000000000000000001e9d3d29d7983f23892d223b14b05903b5021d1cd41c9 2,719 1.00/1.00 vMB 195
654,477 654,477 0000000000000000000620e4e39c0f702b3d0c4f447cb9f995e03e2a2a7659f4 2,982 1.00/1.00 vMB 198
654,476 654,476 0000000000000000000099e3838e90336484d6fea20b6f64f74a98eac37d6502 3,039 1.00/1.00 vMB 239
654,475 654,475 000000000000000000077aaa33cc81237665b149a8fe890a1b0d099926aa4b03 2,775 1.00/1.00 vMB 201
654,474 654,474 00000000000000000006bfdce2eae7ebaed118f95ec37d0a6405790a884e4ae2 3,010 1.00/1.00 vMB 235
654,473 654,473 00000000000000000002c2ca640a3adcdca75db876294809e15bb3a1ea66386c 2,652 1.00/1.00 vMB 232
654,472 654,472 00000000000000000006b0ee35f10854ed071372978fac3b2379de5af6226280 3,347 1.00/1.00 vMB 253
654,471 654,471 0000000000000000000bc32a21d231037956ced631b23c66bd50905dd933030a 2,641 1.00/1.00 vMB 202
654,470 654,470 00000000000000000007f074c35f54d64e68536cf7575f2caf0537bba225bea4 1,415 1.00/1.00 vMB 166
654,469 654,469 00000000000000000001c7b77de8116159f73ae07f0b99b3737440734c0389c5 3,057 1.00/1.00 vMB 193
654,468 654,468 0000000000000000000c94c1204e8af6bcd9da68bb687c28103bdc6fe4567e8f 2,770 1.00/1.00 vMB 223
654,467 654,467 00000000000000000008cecc3e7e4ce416ae0c28296a3c3ed33f332bf40603f8 2,737 1.00/1.00 vMB 181
654,466 654,466 00000000000000000004b068247d3ed457cbfad99d253f31c3b5589514b47a7b 3,130 1.00/1.00 vMB 189
654,465 654,465 0000000000000000000dcb1d1592c0bf70090090ad7303ee74942bc5210e9762 2,583 1.00/1.00 vMB 191
654,464 654,464 00000000000000000006faf40b96d148eb142463ddccc0f81e2af358f406a092 2,721 1.00/1.00 vMB 228
654,463 654,463 0000000000000000000caeb2b9b3c8d0b9acc8328c9cd96725e398cd5c95ebe5 2,463 1.00/1.00 vMB 186
654,462 654,462 00000000000000000004d5092caf8e7b27bdd71d1e435f2014f722591300ddab 2,881 1.00/1.00 vMB 192
Previous 10 blocks ↓
Total Size: 782.39 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 664.64 GB
    • Received: 15.02 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.