Loading Tool

Explorer IconExplorer

Memory Pool

37,281 transactions
25.96 vMB
0.07631759 BTC
Random Selection Loading Transactions
Max Size: 133.70/200 MB

Candidate Block

Mining Attempt 7179d3431dff077ab17b52f2c78610faae367f28937c12789fb6d2b035ec4ad7
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root f3839a4822e9e75b784787da2f0fd1ff44c68a49530b721fe3a64134f096d72c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,690
Size: 1.00 vMB
Total Fees: 0.02895587 BTC
Feerates: 502.65 > 2.90 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (158,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
756,524 756,524 00000000000000000003c388f7b91b51ca6edb0e7d74599565a2b19821d1ffee 234 0.07/1.00 vMB 65
756,523 756,523 00000000000000000008242801f6f7bb018f7b773c40d3bb8391961cbf691e89 1,403 0.45/1.00 vMB 11
756,522 756,522 00000000000000000007cc3fd3fb0877e63301834b43c4281b85dd3d4a806661 3,118 0.99/1.00 vMB 10
756,521 756,521 0000000000000000000455315d30922ecafc0a7764a12a6271e4dc97bd044101 683 1.00/1.00 vMB 36
756,520 756,520 000000000000000000038925ebe9a3e1e6257100cca7b6007ebe9c8eae6d165d 411 0.55/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.