Loading Tool

Explorer IconExplorer

Memory Pool

77,015 transactions
28.60 vMB
0.06420799 BTC
Random Selection Loading Transactions
Max Size: 173.57/200 MB

Candidate Block

Mining Attempt ed5f41a96bad2c3f3ee37b44626b5c400cf0509ead82fdaa447bc75a51d8de40
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 58a1fe9114419229d01397f517db00574f092afb0c859ee30c1178b482305ce9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,764
Size: 1.00 vMB
Total Fees: 0.00492017 BTC
Feerates: 100.28 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (89,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,133 825,133 000000000000000000019af7154c7a3f4db9f3b3f109a0ec8d595a263892faf1 982 1.00/1.00 vMB 32
825,132 825,132 000000000000000000003c47f4ef4f410e2a49a8fbcefe32dc7429e6699d283b 3,096 1.00/1.00 vMB 35
825,131 825,131 00000000000000000001c392a5520686e5b47ba20b2fa657322bfaff63ba9285 3,452 1.00/1.00 vMB 74
825,130 825,130 0000000000000000000125b52e1c7e16ccc96d5f0b48a7e76017a25dc86b48e2 1,881 1.00/1.00 vMB 40
825,129 825,129 00000000000000000003b24f67d5a5d5b51ac3447d2c6ef19e89959d783b67b8 2,991 1.00/1.00 vMB 49
825,128 825,128 00000000000000000002a7a6b033d969082c5f4d43ee69d870d247385ff54010 3,131 1.00/1.00 vMB 66
825,127 825,127 000000000000000000026614957725906e30fa974177476e9885714c2895dd9e 3,282 1.00/1.00 vMB 69
825,126 825,126 00000000000000000003813b96a5998bca76b63ebc25f69abe5c361cf649455a 3,101 1.00/1.00 vMB 63
825,125 825,125 0000000000000000000389aea91c19fbb019a87b3f1983afa6629d6eb57a71e1 2,946 1.00/1.00 vMB 61
825,124 825,124 0000000000000000000356b1788e93f552e6eabd789db5df68358a6a6b186085 3,295 1.00/1.00 vMB 93
825,123 825,123 0000000000000000000082de112565115d25c8078c2d980fd50d7ef824224236 3,097 1.00/1.00 vMB 53
825,122 825,122 00000000000000000002cb1d88071f0f56963563cd8518edf6140c2cafe71c97 3,289 1.00/1.00 vMB 79
825,121 825,121 00000000000000000002f071f61ae60b1cbf90737fddc6b6eaaef4e9a73a425c 3,167 1.00/1.00 vMB 93
825,120 825,120 00000000000000000000ed8bf9a4a2aa8926f66b8d9a5f2887b8dd513983922f 3,246 1.00/1.00 vMB 117
825,119 825,119 00000000000000000000626db9414f64ca0f3fae359dfb7cf15c4ba646962a29 1,913 1.00/1.00 vMB 54
825,118 825,118 000000000000000000006f426ddc60507b896a9db5af48e39bd897a027a331a0 3,408 1.00/1.00 vMB 61
825,117 825,117 0000000000000000000204be6db3bdd9a0bfcc0110904f743b817489ce9812b3 1,774 1.00/1.00 vMB 36
825,116 825,116 000000000000000000016ea40ff69577a3bc6e5362ab3b8ccf364476a0250333 3,169 1.00/1.00 vMB 60
825,115 825,115 000000000000000000029b60290540f347ebef603afd199483b973587ab8aee9 3,199 1.00/1.00 vMB 49
825,114 825,114 000000000000000000006cf1954a20f8c0295bc9ebb46c4e766508ed7dfc3ecb 3,233 1.00/1.00 vMB 63
825,113 825,113 0000000000000000000031a7a36829afb24ae0831b99c714801f658c3b0aed6d 1,675 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.