Loading Tool

Explorer IconExplorer

Memory Pool

81,138 transactions
30.69 vMB
0.15284146 BTC
Random Selection Loading Transactions
Max Size: 183.77/200 MB

Candidate Block

Mining Attempt d37f76d37a79c72445698201f7e582829ad83e24abc752f615892ffc8b3a822f
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 7646c04337389fbad6724ff1a7dc6585c37cd8ac0520720a6a5d8a9415252e5e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,248
Size: 1.00 vMB
Total Fees: 0.05371049 BTC
Feerates: 673.02 > 5.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (459,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,820 455,820 0000000000000000016bef002e002f44b7c145f3ab014fd59101884b6f08b910 2,303 1.00/1.00 vMB 120
455,819 455,819 0000000000000000000a7c28437011bfb0fce2280710c90e858a2e13265658b2 1,550 1.00/1.00 vMB 152
455,818 455,818 0000000000000000015c2b0839e70846bbea298e9c22cf2e15231f000aba1db8 2,350 1.00/1.00 vMB 202
455,817 455,817 00000000000000000045f2ed16575e0caf0c91a6ad7b8e64407e108d69c2f069 1,907 1.00/1.00 vMB 134
455,816 455,816 000000000000000000a0a80c8386d3ad5f8c5b113284ce36c49a416fb9aa10e7 1,999 1.00/1.00 vMB 155
455,815 455,815 00000000000000000008c5182a26f6d709e4fcc8dd7d50e1905b7a8b20e9b8ef 2,319 1.00/1.00 vMB 123
455,814 455,814 0000000000000000023f2358844bde571f3fc92ce2abc01feaae88c593b4107c 1,801 1.00/1.00 vMB 157
455,813 455,813 000000000000000000ad6d334c0e54b88dccba598340c9c69100d3472b6cdca2 1,996 1.00/1.00 vMB 181
455,812 455,812 000000000000000000670a664f65651a4655ebb24578ac853000a9989cf825ae 2,360 1.00/1.00 vMB 238
455,811 455,811 00000000000000000153a461254ae61a7c27503c4304f41b053ce2b6098c17a9 1,452 1.00/1.00 vMB 91
455,810 455,810 0000000000000000012d6f17acd67e55303c7ce75a8d44c24784044865b896fd 2,139 1.00/1.00 vMB 88
455,809 455,809 0000000000000000016f660d3db22d7d0bb7dcbd9de7663e092e9e01877797e4 2,287 1.00/1.00 vMB 77
455,808 455,808 000000000000000000f51530fda18ce357e2a5504e606f69038fe241e9109e94 844 1.00/1.00 vMB 85
455,807 455,807 00000000000000000107a158529ac9448946981489894a00075b2a9968f567b7 1 0.00/1.00 vMB 0
455,806 455,806 0000000000000000025e83218aa34690df030c1e9480b1f2f9b21227a2bfdc80 1,782 1.00/1.00 vMB 90
455,805 455,805 000000000000000001ad704df0914cb5b26e91e5769eaf102199e2dc57a36556 1,808 1.00/1.00 vMB 104
455,804 455,804 000000000000000000f0313392f5cf96f2a6967565bff4bc4269b022dccd6b30 2,229 1.00/1.00 vMB 171
455,803 455,803 000000000000000002257805a355e8911336564b818f197a9a64acb3e1d09dd5 1,974 1.00/1.00 vMB 109
455,802 455,802 000000000000000001b3510ae13d3fec027c08526ce720b0cd8784e370b362ed 1,940 1.00/1.00 vMB 143
455,801 455,801 00000000000000000108f3471073c1f640a00c57fe7913e12cb0a58c81ccfbcd 2,291 1.00/1.00 vMB 184
455,800 455,800 0000000000000000001e3b4c55ac162146a1da39972e97024d5ff177518f2d77 1,918 1.00/1.00 vMB 145
Previous 10 blocks ↓
Total Size: 782.86 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: 713.06 GB
    • Received: 17.29 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.