Loading Tool

Explorer IconExplorer

Memory Pool

79,008 transactions
29.59 vMB
0.07322711 BTC
Random Selection Loading Transactions
Max Size: 177.66/200 MB

Candidate Block

Mining Attempt 4783c47c67183bd1d07d2572b0764b519b267252798e32c4b6fd38d04b01643f
Version 20000000
Previous Block 00000000000000000000a86620bedaadabef003d30be662b4766362f5afa4a4b
Merkle Root 79b64a81e8d1d0993381f16958ad550cebec2efc6f73996c89f32da2c31debe7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,414
Size: 1.00 vMB
Total Fees: 0.01314391 BTC
Feerates: 90.48 > 1.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,004 (466,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,976 448,976 000000000000000002e17099b288ba97ff4fa3faf64ea709fa39ac741a1cc300 1,935 1.00/1.00 vMB 88
448,975 448,975 00000000000000000287d8fe03ba11da7c082f006ff4a3a20d52dc3c9f84c13e 971 1.00/1.00 vMB 138
448,974 448,974 000000000000000002419f9a8b9241fca9ddc0cc9ef45f013e7ae6a76fc24bfd 824 0.57/1.00 vMB 66
448,973 448,973 000000000000000001930b704a1720a408db7d3c33abcdb9e90868260ed873e6 2,193 1.00/1.00 vMB 75
448,972 448,972 000000000000000002355d75efbbafc80a8ace921cbdd5a5ee7d61397a9fc995 1,668 1.00/1.00 vMB 107
448,971 448,971 000000000000000001d1f3b1badc78eb337266fd5e4f03677a6de35de54745a3 1,203 0.86/1.00 vMB 72
448,970 448,970 00000000000000000171102314cf91e935b07500d19c5e5ced671c9ef1a0d60c 1,776 1.00/1.00 vMB 88
448,969 448,969 000000000000000001c0bb6afaa3c47cc0ff110da7430680c22d81432b1c1fba 2,244 1.00/1.00 vMB 94
448,968 448,968 0000000000000000006cb043d628ba878ab7b927ec318febdf7a90f113c45793 1,294 0.87/1.00 vMB 48
448,967 448,967 000000000000000001ab66e95c386138b3ddf45e0e92bd14ea740f2cd8daeac4 2,629 1.00/1.00 vMB 86
448,966 448,966 00000000000000000242ad65b41966d67012dd2429020b89f17eed8a9a88d38f 2,532 1.00/1.00 vMB 83
448,965 448,965 000000000000000001ae1798f1a0b082dd0e1f4b443d659274e8b6617a2adbd8 1 0.00/1.00 vMB 0
448,964 448,964 0000000000000000010171baf29d12dff5067370813de0a8c695d179f1cc40a2 993 0.49/1.00 vMB 75
448,963 448,963 0000000000000000025b9487907f76e71964a2f001bb031eaeb9271ad4b327fd 804 0.61/1.00 vMB 21
448,962 448,962 000000000000000002813e4b424ae03a0961c9b1c803fd9d94f280d06c2e91b0 1,882 1.00/1.00 vMB 67
448,961 448,961 00000000000000000185731c402c5c8507d5b4751c6211fab06c0da6d9af602c 1,938 1.00/1.00 vMB 80
448,960 448,960 000000000000000000484237ef0c2e1c192ca68244a9e747d12b6c586e532305 850 1.00/1.00 vMB 56
448,959 448,959 000000000000000000836227d7620a74191fcd3ca09a827d7ee5c95844453d27 2,354 1.00/1.00 vMB 91
448,958 448,958 0000000000000000023ed9a3038e75b37bad5afdcdc1ba6cc56763f7a6d123ce 595 1.00/1.00 vMB 58
448,957 448,957 000000000000000000556a2f9ea273f7ac2fa711e4d9aa3f030ea5e4acc09498 611 1.00/1.00 vMB 54
448,956 448,956 000000000000000000d7a60274b0a4c100c9c5aa4325860f23ce6df8d797a741 2,207 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.40 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.70 GB
    • Received: 15.03 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.