Loading Tool

Explorer IconExplorer

Memory Pool

14,844 transactions
6.76 vMB
0.03216302 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.16/200 MB

Candidate Block

Mining Attempt 3763a021c1fad12af2df83cc7d7b370a215901e393c791aa750d0871962af382
Version 20000000
Previous Block 0000000000000000000066ac21ba42b91fa162e496fd444b39d53b2f27321a01
Merkle Root e10c0a4a815426c2b4fa65d1a774713732346e9c5cffbf2dd2691e2ec67b9998
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,890
Size: 1.00 vMB
Total Fees: 0.01608942 BTC
Median Feerate: 1.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,459 (708,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
204,544 204,544 00000000000001a6090f037a564265ea8621d574371a621ec6561e7978d9df12 468 0.50 vMB 59
204,543 204,543 0000000000000336211f62951d0bc4bfb5ad096b346244ea84ad5fdf51576292 1 0.00 vMB 0
204,542 204,542 000000000000001bee19d3032b6b010e0fc40653ff84efffc2c049d3aca00280 86 0.05 vMB 35
204,541 204,541 00000000000003d10e37a88b468552f79f192bf8f1e21f95c789e1eead28d1f2 258 0.12 vMB 133
204,540 204,540 000000000000041d6a9945eceafae83065be26aa5eedc7c04fbd079ba0adf999 124 0.05 vMB 307
204,539 204,539 0000000000000305d32daae3ad63cd020b1fa75de9faf567284077b82a60b019 397 0.18 vMB 193
204,538 204,538 000000000000048611e17e8219ccb84a8574b2c5758ca9079af6601990d23bc4 1 0.00 vMB 0
204,537 204,537 00000000000000189e4c89467fdc90092c39fca222ebb2fa04b51c19894fbb32 39 0.02 vMB 680
204,536 204,536 00000000000000c2111a2cd4bf43b4eba1c5e89d83befc37abc6eb411666b1fb 226 0.21 vMB 91
204,535 204,535 00000000000002691d0bfb6a3bb05389e2dcda62a57aaa85135f6444c8aa15bb 811 0.25 vMB 170
204,534 204,534 000000000000013bdfbdfec1f2e79926bed96bd42af4a928701f3e8e43ea98bd 124 0.05 vMB 87
204,533 204,533 0000000000000531584ed6de88d7e3f28d50aecf4d7eb688f3c0f62f29f6a376 362 0.14 vMB 153
204,532 204,532 000000000000020e02ebc583da01bb4981d7133f4552d55e6033c223d48da77d 470 0.24 vMB 120
204,531 204,531 0000000000000442b61b4de9d17903edc56ff25ed01f3e4f65a0e6ba79ccc451 133 0.05 vMB 34
204,530 204,530 00000000000001434d9ba91cdd1672461b239b6f13aa4a247dc926645d9236fd 678 0.42 vMB 99
204,529 204,529 00000000000004e9fb53e022606122c5ef7d5c6d93e9a5d19f85dcdad5f13086 704 0.35 vMB 99
204,528 204,528 000000000000056b960244215f62e87ce9e3c89b8d3602265ae9717275a60956 801 0.25 vMB 182
204,527 204,527 00000000000003d68726dbd25f7ea4b8ccc8a7342c4cc539819636ac701f373f 133 0.05 vMB 35
204,526 204,526 00000000000004232ab28b32bd1a5b7dfd504d4ba50220c705b82016fd572af4 766 0.34 vMB 132
204,525 204,525 00000000000001741ed7128f07009d8026e6f5e1b07b46bd69ac8eea62ab9eeb 75 0.05 vMB 89
204,524 204,524 000000000000008465eec04483bf743348b6ac49feddbf1ef785c3d0a3586865 607 0.36 vMB 93
Previous 10 blocks ↓
Total Size: 779.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 109
    • Outgoing: 10
  • Data Transfer:
    • Sent: 318.63 GB
    • Received: 1.53 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.