Loading Tool

Explorer IconExplorer

Memory Pool

44,817 transactions
30.14 vMB
0.04071397 BTC
Random Selection Loading Transactions
Max Size: 170.04/200 MB

Candidate Block

Mining Attempt 891b450e1b84eb11f57227963355a8a7944db16f8fc9d0e44263f49d2f1df799
Version 20000000
Previous Block 00000000000000000001a7fb6efe68b7c22f7b4a1204abf9391b99dc29f4dcc0
Merkle Root 9efd7061eabe3584420f25b90e602ac2d982907c1b60852e2373c1cef51dd7c7
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,419
Size: 1.00 vMB
Total Fees: 0.00614027 BTC
Feerates: 469.97 > 0.62 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,632 (68 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
940,564 940,564 000000000000000000003a347c641555405b4edaf8a263a6504de7a7edae8677 2,147 1.00/1.00 vMB 2
940,563 940,563 0000000000000000000055fe23c84cbdabeae6a20c87fa57c4292d48e44b807b 3,002 1.00/1.00 vMB 4
940,562 940,562 000000000000000000005d7f29bcfd94f7013318448a748cbfab69d4b7f2d8d3 3,477 1.00/1.00 vMB 6
940,561 940,561 000000000000000000009142177fea4a17aee4e67832d8a4bc5285b703234517 3,041 1.00/1.00 vMB 1
940,560 940,560 00000000000000000000137b7f0f50c474bd3ec49c9f1e55f1419de7eac785bc 3,243 1.00/1.00 vMB 2
940,559 940,559 0000000000000000000060e1481dcfd56914c26cd702802fec40f1e4ddab4d38 4,493 1.00/1.00 vMB 1
940,558 940,558 000000000000000000001456fe8d7cc743f6ec1db4bb84e6a111a5a2fb11433a 3,187 1.00/1.00 vMB 3
940,557 940,557 000000000000000000008b732ed9d02db7c551af81e3db674a6563bb51f64d6d 2,892 1.00/1.00 vMB 2
940,556 940,556 000000000000000000001adccea071df22ba51373505c0694edaef1198cbc76e 3,019 1.00/1.00 vMB 3
940,555 940,555 00000000000000000001b29c308d2e5f3979fb5ee0dd0e58d29edf34598611cf 3,354 1.00/1.00 vMB 5
940,554 940,554 00000000000000000001b12ea80108782625ed2508dde73ddf309e2e56a324a3 2,688 1.00/1.00 vMB 3
940,553 940,553 000000000000000000016b88e412c0d4aa287d790461afac36de1ffaac69fa7b 3,700 1.00/1.00 vMB 6
940,552 940,552 000000000000000000000c9b89c473cedf0c871e8a47a48ee911cd2342372d8b 427 1.00/1.00 vMB 2
940,551 940,551 00000000000000000001239f3a04b9261865bc8d35602d0b12e4758099ff1594 2,869 1.00/1.00 vMB 4
940,550 940,550 000000000000000000000389d742b4f4e0f17cb2914a9f18d03dcc668433e819 2,913 1.00/1.00 vMB 3
940,549 940,549 00000000000000000001aa677c01e31cba20858ed5c96b776135816a48d53dc0 3,084 1.00/1.00 vMB 5
940,548 940,548 000000000000000000007d2904c00f3dcbdf465eacc355442a774a3486f0e52a 3,087 1.00/1.00 vMB 7
940,547 940,547 00000000000000000001a077f271373e2a3d10934a039bed9970814fc8a4dfcb 2,883 1.00/1.00 vMB 3
940,546 940,546 00000000000000000000c144f09650f5ac898ceb0acc2eaac8abdb6ad6e9612c 3,660 1.00/1.00 vMB 5
940,545 940,545 000000000000000000019900d5d229d1fa6311daccbcf3bd722a2f6c8bbdd9a4 3,171 1.00/1.00 vMB 4
940,544 940,544 0000000000000000000012603b68fa75f2520be8a6d5985473893de93999edd1 3,021 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 827.89 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: 4,510.92 GB
    • Received: 244.74 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.