Loading Tool

Explorer IconExplorer

Memory Pool

81,392 transactions
29.82 vMB
0.14135490 BTC
Random Selection Loading Transactions
Max Size: 180.79/200 MB

Candidate Block

Mining Attempt 5229e00dbb17f29ad22375e0b0adcd93b465b6871db41e14148a97869e865eaa
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root d8af31be8e4b86e58862ded3b5d2712eafb7d21999c7a2076d156fb73c0f7d90
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,843
Size: 1.00 vMB
Total Fees: 0.07403565 BTC
Feerates: 101.65 > 7.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (468,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,806 446,806 000000000000000002795f102d5fbdb3d2b0062e5583413948dd7b864a116c88 2,042 1.00/1.00 vMB 108
446,805 446,805 000000000000000000a8383a7498d44fc7e92772d8ee88545576e8f5684b9cba 1,772 1.00/1.00 vMB 122
446,804 446,804 000000000000000000143e1cd59fd79ad904dc45729ad99f052fb45a00d85295 1,727 1.00/1.00 vMB 103
446,803 446,803 0000000000000000028cc3f807907f72f3f0520cecbdddaaa258c13426052791 2,874 1.00/1.00 vMB 128
446,802 446,802 000000000000000001b9fa6c5dc571403f3084895cec91c6706bbe13148b9c2b 2,371 0.99/1.00 vMB 66
446,801 446,801 000000000000000000ff34fd16baeaffd07dbf84f7def421af7544a2a464eb61 2,690 1.00/1.00 vMB 113
446,800 446,800 0000000000000000004ddf33611e7496a833fd2ad4faa79be331bd732e5b6800 3,068 1.00/1.00 vMB 84
446,799 446,799 000000000000000001f7427963f407742c6cb769683f381f6e8bd451c3f77569 3,306 1.00/1.00 vMB 66
446,798 446,798 0000000000000000021aa5ed81759bf114669af8102085e4ea7f02929b52303a 1,838 1.00/1.00 vMB 96
446,797 446,797 000000000000000001392b9132debe8efb4b016600acb87c2f4a625aa0a73638 2,714 1.00/1.00 vMB 65
446,796 446,796 000000000000000002e57274e3a60dfe93d992bb1e687f4ea034b566c866c476 2,061 1.00/1.00 vMB 76
446,795 446,795 0000000000000000024d9e20392d576f566e39bf3af058fd192ca23c402cfc95 2,666 1.00/1.00 vMB 111
446,794 446,794 000000000000000002b9edfc564738e4ac040b9ee2fb96ec7f2bcf0dd0f1d634 2,308 1.00/1.00 vMB 66
446,793 446,793 000000000000000002fc3ba1df3507eb36516e4698f50b3e94b40c2da8c42895 2,501 1.00/1.00 vMB 93
446,792 446,792 000000000000000001a1a796705954a387c88889f64c8a803d31b60845d4a2ed 2,488 1.00/1.00 vMB 93
446,791 446,791 000000000000000002ed7ca733c6895c0e100a8b16ac5587be422dd402edf5a9 1,014 1.00/1.00 vMB 67
446,790 446,790 000000000000000003044d567f5fbcd79702a247395f789bff0b0bf403f4bda1 1,562 1.00/1.00 vMB 72
446,789 446,789 000000000000000000c0df5ff83b4bf244427ff915bbe7561ba21b01efc31453 3,170 1.00/1.00 vMB 78
446,788 446,788 000000000000000001362179ada1a59a559d3696366cbb7a8c98b34af3f25499 2,545 1.00/1.00 vMB 81
446,787 446,787 00000000000000000001abf889f0d63af7aac2dcc87ef4aed3fb0c3e26d538e8 2,226 1.00/1.00 vMB 82
446,786 446,786 000000000000000000ef3831a0abe035d38cf1f8c5c29d4dd5c2d32cf2f27041 2,632 1.00/1.00 vMB 104
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.