Loading Tool

Explorer IconExplorer

Memory Pool

43,190 transactions
26.34 vMB
0.05792344 BTC
Random Selection Loading Transactions
Max Size: 138.57/200 MB

Candidate Block

Mining Attempt badf73414a22f8909015116fb39cd6877692939c41c43f976c302e39d85d19a5
Version 20000000
Previous Block 0000000000000000000023f37b3a49d9f828d6949092c7ab46205993b01b2559
Merkle Root c237332b00fa55b44afdd79a2acd934df1b79d35b5f750a18baba991590d300b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,195
Size: 1.00 vMB
Total Fees: 0.00982049 BTC
Feerates: 107.54 > 0.98 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,723 (494,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
420,656 420,656 000000000000000004a079fe8d21788a760bff8979fc473b5d21680b53e8c70a 1,389 1.00/1.00 vMB 50
420,655 420,655 000000000000000004cb5658766a9f27f52d5cc536021a131ac097ab65b997c1 2,638 1.00/1.00 vMB 68
420,654 420,654 0000000000000000030fb698d19c637a43706f0e7e51f5fbdbb249de7ea2f21f 1,798 1.00/1.00 vMB 47
420,653 420,653 000000000000000004eae6e097a44ed56194b2c7d8c51e1f9b5afc3e8492311e 2,147 1.00/1.00 vMB 46
420,652 420,652 0000000000000000049d6bf5a48f20a11da503dedb22286e084c1afa78154992 1,675 1.00/1.00 vMB 61
420,651 420,651 000000000000000002a50f64b44bf471ef8ad5e3bf9d4c80488b8cd4b24a373e 1,215 1.00/1.00 vMB 52
420,650 420,650 000000000000000004008480ccc77c0afe8901637b5ac79751ed0ab6a5991615 2,035 1.00/1.00 vMB 85
420,649 420,649 0000000000000000049c86ee028f8eae3b31209a091975e4de5fd5e16209e29a 452 0.20/1.00 vMB 49
420,648 420,648 000000000000000002618b2c2997c3d6a241d324c90f8a1ed8cf096b3a045a3e 1,712 1.00/1.00 vMB 41
420,647 420,647 00000000000000000180a14f950f322545e90786fd20098eae1b04b0d42b8730 415 0.16/1.00 vMB 52
420,646 420,646 000000000000000003da6d67fbefb68b3d57152f79e179f69587380ae5da62c9 1,806 0.90/1.00 vMB 53
420,645 420,645 000000000000000000e273da5e246a4d55e861757a3a50183e98e3f417e8181c 602 0.99/1.00 vMB 18
420,644 420,644 0000000000000000022c0d215e34061f9033f18a2a217f6560f712b6b2a31e6c 476 1.00/1.00 vMB 15
420,643 420,643 000000000000000000dc15020af712b352bc622c98d195a2e60b71bb67ea3bfe 1,502 1.00/1.00 vMB 23
420,642 420,642 00000000000000000019592fe6f2654812cd803b90f1a3c0436c47f4ed85e253 1,313 0.53/1.00 vMB 63
420,641 420,641 000000000000000000eeef07379d03befee65d75ce741cb84f61015a81e3d7a2 1,798 1.00/1.00 vMB 42
420,640 420,640 000000000000000004514cd936d0811f66d7ca2ec916dbcf9713bd2b0c50329f 2,735 1.00/1.00 vMB 67
420,639 420,639 0000000000000000046d60f6fe5194f00181580c8d69802ed5f422d978bb0b88 775 0.36/1.00 vMB 52
420,638 420,638 000000000000000004e1fe3762624906aaff404a0af3d0619bf0dbb73c3c3715 1,939 1.00/1.00 vMB 42
420,637 420,637 0000000000000000023c65f9f363c4dd898c4cdf673a810fd158946b11050cab 2,063 1.00/1.00 vMB 55
420,636 420,636 0000000000000000027164bbd201f406a49ea955ce9249e02f130e6dd4e75c3a 2,413 0.93/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 781.91 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: 645.62 GB
    • Received: 12.75 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.