Loading Tool

Explorer IconExplorer

Memory Pool

42,285 transactions
28.89 vMB
0.12666797 BTC
Random Selection Loading Transactions
Max Size: 148.78/200 MB

Candidate Block

Mining Attempt 5dacc8a9dab2defbafcb639ddd974cae1fb4d79ba7d6ada58c6d9edae24b2bfd
Version 20000000
Previous Block 00000000000000000000a2833e25ff8072c95c49998417fbb6c6e04df9e293aa
Merkle Root 4549f68b8a5436bc468df68da87cb162d69810319b3ea47c4b77f660e27b4d92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,453
Size: 1.00 vMB
Total Fees: 0.05547820 BTC
Feerates: 402.11 > 5.56 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,272 (793,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,737 120,737 0000000000005ab333d02303daa78eea3d485b4f05cf13261e4de5bb359c3945 21 0.01/1.00 vMB 272
120,736 120,736 000000000000956c9537646a226bf06efb9c4d2cd3a40d449104df044bdb67fd 10 0.00/1.00 vMB 627
120,735 120,735 000000000000054cdba23efaf376bbfc7b91f004c82ae3f7aebde0ae75b241f6 18 0.01/1.00 vMB 694
120,734 120,734 000000000000110003aec6111d1c63d3b133ac9620f6fb2e7caca9a6895e67c2 4 0.00/1.00 vMB 0
120,733 120,733 00000000000031aa062558ffad20124dfa2a736fb4c08676f3c2af9f09a95fd0 76 0.03/1.00 vMB 248
120,732 120,732 0000000000002bc40338f46164afcb93baa6dc0fbdb4ab8a2770c1c866c7bb61 21 0.01/1.00 vMB 1,930
120,731 120,731 00000000000059752263e704e81af0aa091da3fd0de548ec76e22d44d10bcb3d 9 0.00/1.00 vMB 0
120,730 120,730 00000000000094ff0e59c0454a5747f122287809a9a12eda0b6d7f464ef6a2f6 7 0.00/1.00 vMB 1,798
120,729 120,729 0000000000008226152e79be06dce49d8a0a870faf014746eaeaee36cbbd1fbc 10 0.00/1.00 vMB 221
120,728 120,728 00000000000041318e2893db3283e5528a7c44292693acc51189145a3d3e2c14 3 0.00/1.00 vMB 3,891
120,727 120,727 000000000000687d8277de055530e6e1fc1e6523ba593ff7203256d618824747 8 0.00/1.00 vMB 206
120,726 120,726 00000000000000a1e219f68f9c02317205b3024cbeba8317badaf345fbe5f76d 10 0.00/1.00 vMB 1,292
120,725 120,725 0000000000009f93553a85782381bbdfac3211cc9196a7f5822f42b5105b1d44 9 0.00/1.00 vMB 1,060
120,724 120,724 0000000000000688b50c81675730be20995d98ee4a0a83d11cca392c95b20812 2 0.00/1.00 vMB 0
120,723 120,723 0000000000003d63c1e086c098a332e9162e7507605a84afd4afd83124070efd 25 0.01/1.00 vMB 454
120,722 120,722 0000000000006ca1892f6a59a5281def73f92960fd0b4966016b7d42045268e8 10 0.00/1.00 vMB 344
120,721 120,721 0000000000005445748f9a8d22da318e9f10175b5023e622a87cd403e00fea54 39 0.01/1.00 vMB 1,730
120,720 120,720 000000000000082ecca7997f9bb542420d7675c4b55d76c48df52e9142a91f52 33 0.01/1.00 vMB 318
120,719 120,719 000000000000b3169282b844f81feb93fdb3e8d93410175f9ef15e5cae97bdf7 13 0.01/1.00 vMB 807
120,718 120,718 00000000000061fd7092778a996d0c4371018bd5750cc272336ba9d8d86f9019 13 0.02/1.00 vMB 1,069
120,717 120,717 00000000000036183dda022e55a2da5b2350e3e94c62272a9798393f8db2fb35 14 0.01/1.00 vMB 416
Previous 10 blocks ↓
Total Size: 781.08 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: 578.39 GB
    • Received: 8.77 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.