Loading Tool

Explorer IconExplorer

Memory Pool

76,635 transactions
28.97 vMB
0.07693927 BTC
Random Selection Loading Transactions
Max Size: 177.00/200 MB

Candidate Block

Mining Attempt d43f091faa8c52ecef64a58476b785c3c20dac8fe1355aefed83c3d80abf9487
Version 20000000
Previous Block 000000000000000000009df2a42daf883294bc70d5e3dcb4236d35117bf4386b
Merkle Root 025e2395bbd63eba8bd6805b7c26a9b04c16b1decaf90bc6d9a101b7bb04fbcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,664
Size: 1.00 vMB
Total Fees: 0.01377361 BTC
Feerates: 77.76 > 1.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,246 (288,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
626,305 626,305 00000000000000000006e431f218b1fa36f11b66b361a210eab70522526a37d4 2,542 1.00/1.00 vMB 27
626,304 626,304 0000000000000000001070ddc9fad186a67dd4ce126e3ccdfc69853325b8a72f 2,173 1.00/1.00 vMB 20
626,303 626,303 0000000000000000000bc823b27c08634d12412917a099b96b08d80e9b2459eb 2,543 1.00/1.00 vMB 31
626,302 626,302 00000000000000000010be24d9779a91b28f4bd18ee8b4892b2449c586dfebfc 2,375 1.00/1.00 vMB 25
626,301 626,301 0000000000000000000e2387b28ca3449a63f3e21f1624cd055b4238c85fb7a3 2,804 1.00/1.00 vMB 33
626,300 626,300 0000000000000000000bd936115c2621bc6cdccd93e4a8ac6b736ba8eac6c5c3 2,664 1.00/1.00 vMB 26
626,299 626,299 000000000000000000087a938c5912684e1b3fe4148591fb14bd7d0231269bdc 2,661 1.00/1.00 vMB 27
626,298 626,298 0000000000000000000b10c78af766fe0236905845efd6360a579c72ba3df1e8 2,750 1.00/1.00 vMB 32
626,297 626,297 00000000000000000008ef6de4a9896e7dbcef3a6752a5b3840b93d957953cce 2,671 1.00/1.00 vMB 19
626,296 626,296 00000000000000000006686f4471b0b46f8e4f7f881994fffb1d632181b57903 3,055 1.00/1.00 vMB 17
626,295 626,295 00000000000000000004573751dc963990b5f69ed9e3a2dcf09b673a7e3d4803 1,934 1.00/1.00 vMB 20
626,294 626,294 00000000000000000005fb19765f646fbd8c0a998293318859a86ae9ee2cc2bf 2,229 1.00/1.00 vMB 18
626,293 626,293 0000000000000000001197befc7018333fa9543a66e170564572ed11adb7a13b 2,725 1.00/1.00 vMB 23
626,292 626,292 00000000000000000000452bd00cc3b35fc9d66b253922e4363e9bb8524a0ffa 2,619 1.00/1.00 vMB 28
626,291 626,291 00000000000000000006f4f664cb1abcbe0bbbfa5b7a5f04c8b0e5403d3659a5 2,964 1.00/1.00 vMB 38
626,290 626,290 000000000000000000053ebe9037c6b36cf599b631729c396a4639f2f0adbc31 1,906 1.00/1.00 vMB 5
626,289 626,289 0000000000000000001289d9872d636c2ce2ff477c143744a910e18e849afb1f 2,769 1.00/1.00 vMB 19
626,288 626,288 0000000000000000000484d260d0e14dcf7cba9e99d199f33902c822027057e4 3,000 1.00/1.00 vMB 22
626,287 626,287 00000000000000000003232e6bd0182cd5ccdd31c9975b80144fde2b861f5e48 2,643 1.00/1.00 vMB 22
626,286 626,286 0000000000000000000734a2c8cbb65b6ca5401d13bf5ea80f92384f372e497d 2,742 1.00/1.00 vMB 30
626,285 626,285 00000000000000000010e0d43c6fa088ed17b6ef69190f0708f3df1880cb60dd 2,880 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.82 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: 710.77 GB
    • Received: 17.08 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.