Loading Tool

Explorer IconExplorer

Memory Pool

82,626 transactions
31.86 vMB
0.09445620 BTC
Random Selection Loading Transactions
Max Size: 189.47/200 MB

Candidate Block

Mining Attempt 54fdcc57d0c515075df1bf8a89fb07a560a41ee8dd033e5998244c3853d6f53e
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 50228052e3af30ca5f8853570386a830827df943332ad59490b6fc9d97355f41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,649
Size: 1.00 vMB
Total Fees: 0.03096203 BTC
Feerates: 101.66 > 3.10 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (158,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
756,545 756,545 000000000000000000036fca36465a3e589310cd11ab605e46da4b03989077fe 1,353 0.72/1.00 vMB 8
756,544 756,544 00000000000000000004bfa0b42da10c3665766ee5a5aab39184c5cbf1f7e5f2 3,164 1.00/1.00 vMB 12
756,543 756,543 000000000000000000086fcf34e7b21dcc33b54f7050f1f41db4d5be9d8ac5c4 834 0.25/1.00 vMB 12
756,542 756,542 0000000000000000000023062e0cb937a9be94175609b26fc0e95a64e66ff896 1,409 0.50/1.00 vMB 12
756,541 756,541 0000000000000000000020e3b7c2b1c24708b38c549fe4b5e24f25b794945ec7 186 0.06/1.00 vMB 11
756,540 756,540 00000000000000000008008443a8a0eb6e155956d9106b6edd758f5c0ee5f892 1,807 0.55/1.00 vMB 11
756,539 756,539 00000000000000000007a55e16f526004bb18459848f29f127900c1ddf61e9b3 586 0.22/1.00 vMB 19
756,538 756,538 000000000000000000055ed296e2c9c73a4b7613b7c7f86aeae93a275e100b93 1,741 1.00/1.00 vMB 8
756,537 756,537 00000000000000000003f9b4e92a5aa5bb0fa7520d3d8a0499cd06f9b8745dbd 2,408 0.97/1.00 vMB 5
756,536 756,536 00000000000000000003673f780d574e7e3796a8982a0b74e24e8f76f95b3d7c 1,787 1.00/1.00 vMB 17
756,535 756,535 00000000000000000002a3a19a0963b08d7624db2ac328fb3f3a25a6e9099b46 642 0.18/1.00 vMB 12
756,534 756,534 00000000000000000001fa24792414e278d11a1335cedf5d380b4070dafe5b35 449 0.13/1.00 vMB 15
756,533 756,533 00000000000000000003081dda6a9f915d368c0d20bd8294fdfdd283ff22c4d3 1,469 0.50/1.00 vMB 10
756,532 756,532 00000000000000000005cc13a1ca0e9663471d3f821ff12249a02c5d7e6fcf3f 280 0.10/1.00 vMB 11
756,531 756,531 0000000000000000000097d63c829edb3dd4aedff0b6cb0707e3b7be37a82cb2 2,766 0.84/1.00 vMB 11
756,530 756,530 0000000000000000000616e7534498ca198ef0f3cbb7f8e5412711b507361680 2,977 0.93/1.00 vMB 11
756,529 756,529 000000000000000000057a82a24a03d2db2b9b02707798b19bee1cefba9db810 768 0.31/1.00 vMB 9
756,528 756,528 00000000000000000000cd2a4071434998db9d5941abc0e8d8c5553fc6b02b05 21 0.01/1.00 vMB 16
756,527 756,527 000000000000000000015cdbc4a14a734915d1d1d88a4287c7abb84108778ea6 732 0.30/1.00 vMB 9
756,526 756,526 00000000000000000003c951ce6ba2ab46fade708a6e2f0fb60461ff48e20eff 665 0.19/1.00 vMB 13
756,525 756,525 00000000000000000002de7ecb85402bffeb4ba70b4e2fd1ffe5ea0a5cff1ea5 510 0.18/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.31 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: 658.71 GB
    • Received: 14.58 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.