Loading Tool

Explorer IconExplorer

Memory Pool

88,350 transactions
32.18 vMB
0.13744610 BTC
Random Selection Loading Transactions
Max Size: 195.02/200 MB

Candidate Block

Mining Attempt a860e1aa9910769d6d56adaa92c975d71dfc2091f7870f323202e9d0b5b8092a
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root b8a7db4dc8ddcd1af384bab1a5817d5ef39b76bba00afcc8e74e5dc1d2f0ad47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,933
Size: 1.00 vMB
Total Fees: 0.05105508 BTC
Feerates: 101.65 > 5.12 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (455,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,202 459,202 00000000000000000135d655423d295684ba86dc040018e1f9f976fb0dc0aaf5 1,064 1.00/1.00 vMB 244
459,201 459,201 000000000000000001cec8f94de34caa5c2cb684b9d77955f39143d7eeb6da31 928 1.00/1.00 vMB 212
459,200 459,200 000000000000000001babba17cbf7a460f66dacccfbab9ac4c7a118d16279aad 1,323 1.00/1.00 vMB 247
459,199 459,199 00000000000000000131d5be8edb8b3575071caa0205bf6d1af8b854a41b059b 2,971 0.99/1.00 vMB 133
459,198 459,198 0000000000000000016970fd86f2de3ee0c9a4c070403401fa0628be8f54bb2d 1,643 0.78/1.00 vMB 167
459,197 459,197 0000000000000000023f6e00a9d4cc8984308bc79b4dcfacf2927590ebaab946 2,551 1.00/1.00 vMB 189
459,196 459,196 0000000000000000007b54fe98adde0a9bb70f77e77e8575ffa2681668586bd1 1,977 1.00/1.00 vMB 137
459,195 459,195 000000000000000000fe11c348b33eae9b7ef16388de3ddc568d46f322462821 2,079 1.00/1.00 vMB 182
459,194 459,194 000000000000000000b40143b2398326bb6706e2ce82b60ab210d6cd6a9d10a1 2,390 1.00/1.00 vMB 207
459,193 459,193 00000000000000000156dd6b227b206cacab4faae14c2c42b0d6f911c5b0e056 2,460 1.00/1.00 vMB 171
459,192 459,192 0000000000000000022f614eaf6e434638bd771a6f4b4be872de6df1ebf24a5e 2,577 1.00/1.00 vMB 205
459,191 459,191 0000000000000000001278285149669a90dd507d2d0fd9e569c42cee53f9c7de 2,013 1.00/1.00 vMB 151
459,190 459,190 0000000000000000014f446a0da01ac2bf41e3bcc38e639ee077180ebe78b9b3 2,207 1.00/1.00 vMB 131
459,189 459,189 000000000000000000022aba60c684054d76102db6a63e231ca91c14194e65bf 2,141 1.00/1.00 vMB 168
459,188 459,188 00000000000000000222d14e27d111f6e5c278bcfe291a51d00c84af8d9de56c 2,422 1.00/1.00 vMB 170
459,187 459,187 0000000000000000003c55e8826d2205ff7062e941ef4d942c173256a1f137d0 1,983 1.00/1.00 vMB 215
459,186 459,186 0000000000000000010ad9c5d11f8b0e20b346ca32090a5a0a7e29d336591a64 2,037 1.00/1.00 vMB 166
459,185 459,185 0000000000000000006aee83fed0e47ca015e52fc919c2e3ddddd0752609387a 2,012 1.00/1.00 vMB 160
459,184 459,184 00000000000000000057fd04ccf98250f1e6c8f22cbb45b750d7c12b9d9bac8c 2,031 1.00/1.00 vMB 212
459,183 459,183 00000000000000000149b255c111c4ecf6b91c6248d44fba622a21afe75baea9 2,367 1.00/1.00 vMB 170
459,182 459,182 000000000000000002307218468fee8b9e6da0b8d2f30b57d01e277646b60764 673 0.43/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.52 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: 668.91 GB
    • Received: 15.64 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.