Loading Tool

Explorer IconExplorer

Memory Pool

86,037 transactions
32.05 vMB
0.21554799 BTC
Random Selection Loading Transactions
Max Size: 191.66/200 MB

Candidate Block

Mining Attempt 089b1e9a7de70a3b41139c964266decedfcad86456c5581efacd6aeb3238e48d
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 6cb1cf517ebc05a6bfb43f9fb7a265e332bedad376b46b4edda30b72ccdefba2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,883
Size: 1.00 vMB
Total Fees: 0.09711684 BTC
Feerates: 529.10 > 9.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (373,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,532 541,532 00000000000000000015cf6631ef906c3d0456d218e38ae0f7d1722340e24ee5 2,423 1.00/1.00 vMB 28
541,531 541,531 00000000000000000016aae0365eec215a319ae71b4c4c07092effc569c844b1 892 0.32/1.00 vMB 18
541,530 541,530 00000000000000000022270fd1284d848a6b7a33f2267de832b0e7a44ac53ad0 2,638 0.95/1.00 vMB 13
541,529 541,529 000000000000000000099c36d015021c083487aec5b3abe4dc51ea80cf175ff0 2,815 1.00/1.00 vMB 14
541,528 541,528 0000000000000000000937874ce034ad66c6a7d2d86557d34a4e69d8bc9a42eb 2,738 1.00/1.00 vMB 25
541,527 541,527 0000000000000000001b8df087fc03031618d2c9d76fa0275c25c6c8c9c994aa 1,576 0.60/1.00 vMB 19
541,526 541,526 000000000000000000128a88ff031f9aed8b0710d4a3e6f6162ee955bd10d8e9 1,612 0.68/1.00 vMB 11
541,525 541,525 0000000000000000000d460c09febd0761200ae568484ecd2a15b157482b3639 2,471 1.00/1.00 vMB 23
541,524 541,524 00000000000000000009cb5bdee8f6af7ba9c70e6823350aa2c8678ce395a44a 581 0.27/1.00 vMB 10
541,523 541,523 00000000000000000001294cda5c34dd2e152a8f8871504894dab5d55b447c7f 302 0.48/1.00 vMB 3
541,522 541,522 000000000000000000235c45464bef207c225a3ef9380a1271dae88cdc2accd7 2,718 1.00/1.00 vMB 7
541,521 541,521 0000000000000000001ee9521a31963f157ebab2b899afa773412fda7aaa6ef2 1,735 1.00/1.00 vMB 9
541,520 541,520 0000000000000000000ecfb4590242bf74a92ca13acb7b5a6b3fb01cc34df29f 1,057 1.00/1.00 vMB 34
541,519 541,519 00000000000000000024145a6deda63dade3a9a1cebae9ff14e70f15541fed8a 672 1.00/1.00 vMB 58
541,518 541,518 0000000000000000001a6a8d545b7c9b507281022aa1455aa42065449fa73255 2,494 1.00/1.00 vMB 14
541,517 541,517 00000000000000000010b35f1b4820d5df124d3a52134cf941eaa4aa28133839 2,831 1.00/1.00 vMB 23
541,516 541,516 000000000000000000099acb5bee978564a282676249db2bf4f327cb6dee3a56 834 0.36/1.00 vMB 36
541,515 541,515 0000000000000000001865923eec1a0d2c6b6b142f19cd0cfdb9ed09001e481b 1,632 0.89/1.00 vMB 3
541,514 541,514 0000000000000000002114ec898d3e2f9a93a1d5f6085ade0d2025f28046ca74 2,566 1.00/1.00 vMB 8
541,513 541,513 00000000000000000016bd0f1bcb85f50a8eccae9a3aa5742393617cb8b25ea4 2,717 1.00/1.00 vMB 20
541,512 541,512 0000000000000000001a862e4d74646fb32a3f688e4c39c38fd97500a38ada26 2,780 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.