Loading Tool

Explorer IconExplorer

Memory Pool

77,097 transactions
28.63 vMB
0.06500916 BTC
Random Selection Loading Transactions
Max Size: 173.74/200 MB

Candidate Block

Mining Attempt aa04cf16c81037834b07294fdaf1867b433f4df4f5657516e16de414a9c769eb
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 5a3008e6ff3a9eee4a894a7996f2fd4070897fd2ac9d18f06475be9617f9631a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,658
Size: 1.00 vMB
Total Fees: 0.00559492 BTC
Feerates: 100.28 > 0.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (184,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
731,024 731,024 000000000000000000059bc44e64e93fceb639e400a2853a2627adc1b0812346 3,004 1.00/1.00 vMB 9
731,023 731,023 0000000000000000000334a2299671f739b9e1d1e92a21c1b0bab85aa699a3ed 3,410 1.00/1.00 vMB 16
731,022 731,022 00000000000000000000c23e898c1838c7ba83210811aca41269f742439be2ef 973 1.00/1.00 vMB 4
731,021 731,021 00000000000000000002682d070ed2f76a4ecde5eff35f7f831c032f6113d28f 1,722 1.00/1.00 vMB 5
731,020 731,020 00000000000000000009169bd7a9dda8de63ba56685b370a819f95e8f161b98b 1,291 1.00/1.00 vMB 4
731,019 731,019 000000000000000000065260940cabcec0f451a1ce7c4986b2093f2f37e06884 1,326 1.00/1.00 vMB 5
731,018 731,018 00000000000000000007fe63f78b9b42a5b1e762568e7a56cf80445adb059b2c 2,826 1.00/1.00 vMB 7
731,017 731,017 0000000000000000000162d13863a0eca0484ac98c5806e60f4a8ed66d18cbb5 2,459 1.00/1.00 vMB 19
731,016 731,016 00000000000000000005862a2f83acbd78b3468d51375fcc0fbbf1c12b09ce1d 1,204 1.00/1.00 vMB 3
731,015 731,015 000000000000000000090cbb7123b6271cac3bd9d1766b76f4494abd2097a706 2,256 1.00/1.00 vMB 2
731,014 731,014 00000000000000000001adb560c76d081db1cfa012cfc503f9a8e61883bba619 3,038 1.00/1.00 vMB 7
731,013 731,013 00000000000000000000a1faef813a294f6d690e573319de34290425fba6e05f 1,828 1.00/1.00 vMB 7
731,012 731,012 000000000000000000059e09e27c566435f6322ddf160c851d89f4a6e0e74394 2,629 1.00/1.00 vMB 7
731,011 731,011 000000000000000000038d0210d3439e544d3c9dbe4c796ecbdd63d7506ecc54 2,480 1.00/1.00 vMB 9
731,010 731,010 00000000000000000005e8cc61d4e8b5e8bd94866e837fec4052e75d3ec45a55 2,863 1.00/1.00 vMB 13
731,009 731,009 00000000000000000000967f2568b1c1c84154f143201e6f7cb5bef74b623dcf 3,101 1.00/1.00 vMB 13
731,008 731,008 0000000000000000000698c76ff091deae94ee33fff4965a5bd9a7c5847886ae 3,391 1.00/1.00 vMB 10
731,007 731,007 0000000000000000000771555982428db857e22c283d03559a864518927b3114 3,806 1.00/1.00 vMB 12
731,006 731,006 000000000000000000055b04a63bec0b473d71a2624783ea56df1dfe7c1d2bba 3,261 1.00/1.00 vMB 18
731,005 731,005 0000000000000000000174022dcd0c58733608f836b3f3fe799e6a7bf810acab 2,601 1.00/1.00 vMB 29
731,004 731,004 00000000000000000004fb712b89bfb6f67bf777ebf5d92cb1bb4077d0b4c17d 2,943 1.00/1.00 vMB 15
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.