Loading Tool

Explorer IconExplorer

Memory Pool

80,930 transactions
29.73 vMB
0.14730997 BTC
Random Selection Loading Transactions
Max Size: 179.49/200 MB

Candidate Block

Mining Attempt 2b046f2bb97e990d6875a938001ed1efbe6043199a579f1c4e983f74ae6b98d3
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 7fcbc3732fbbbe1c9524703a206f97283e9cd2b0473c05158e2fb38e4d361915
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,341
Size: 1.00 vMB
Total Fees: 0.05605609 BTC
Feerates: 1,002.91 > 5.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (180,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
734,571 734,571 00000000000000000005625c2435e78a118e1bad1ef7a7f4bf3ccfa989a43ac2 515 0.15/1.00 vMB 7
734,570 734,570 000000000000000000016afa1e3f921fd3c734f7372f08cec70c9f65e58c99e5 518 0.86/1.00 vMB 1
734,569 734,569 00000000000000000001085f7be7814ddfddb2c02ab7fca60493de3d9fb0220c 3,259 1.00/1.00 vMB 10
734,568 734,568 000000000000000000026b3e33ed13879f1efdc429c18aa8722e1c60bb580c33 2,482 0.97/1.00 vMB 7
734,567 734,567 00000000000000000005de5cfd6386df0913b8b5d96fd0d493cb8100aeb0eeae 2,186 1.00/1.00 vMB 6
734,566 734,566 0000000000000000000543e44def755a6d50194e745cb2a3499f07dae5981474 3,450 1.00/1.00 vMB 10
734,565 734,565 00000000000000000000cebb40af98956f5e9a3fc733d5684ad0a7f22647942a 322 0.11/1.00 vMB 8
734,564 734,564 000000000000000000054fa12f4ff4f62a108604252f8df71bc579c18b822e55 130 0.03/1.00 vMB 10
734,563 734,563 0000000000000000000316036471fffa29fce2b877b3a864d3f5f9b5ebd1c318 1,286 0.56/1.00 vMB 6
734,562 734,562 000000000000000000037d3849b7647290aedb4f5571d7d001939ee8d4f20a85 2,555 1.00/1.00 vMB 6
734,561 734,561 0000000000000000000278516ed78db6be0f13a87d55efb2cc2b9f94298c9be9 1,053 1.00/1.00 vMB 6
734,560 734,560 00000000000000000001316df0189984225b3d33a611b8b3646552254a7bc46a 3,064 1.00/1.00 vMB 11
734,559 734,559 0000000000000000000059783dfbecdcca0abd3111a12b044573e412c3fd0dc3 1,171 0.34/1.00 vMB 8
734,558 734,558 000000000000000000012752dcc5424e31dab07dffe00c70decc130c9be7c577 96 0.06/1.00 vMB 3
734,557 734,557 000000000000000000081baaef7289b4cbdecfb69671b8a3e741a2e2bfdb9ac5 1,502 0.68/1.00 vMB 6
734,556 734,556 0000000000000000000079bef628a9fc7bb12fd5a6e0b5d25974e44a1f184dee 1,107 0.51/1.00 vMB 4
734,555 734,555 00000000000000000005a170e0fa89cdb1b1a071c3bf6b44f61b9b8970cb627a 3,111 1.00/1.00 vMB 9
734,554 734,554 00000000000000000008777b3aacd63c884f8baf5e6af0e66b73c3b267fd9372 1,855 0.70/1.00 vMB 7
734,553 734,553 000000000000000000000f15f50b74f3b13fd19c270d8b1a2c34ed803151135e 2,261 1.00/1.00 vMB 6
734,552 734,552 00000000000000000006b9c0809f641c4256303c6804f19ece4884589bb0d0ff 2,390 1.00/1.00 vMB 10
734,551 734,551 00000000000000000008a4e20c4dd87fcda60e7c33eb5c2b700d500e3ec9e8ce 502 0.27/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.47 GB
    • Received: 17.54 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.