Loading Tool

Explorer IconExplorer

Memory Pool

77,981 transactions
29.27 vMB
0.06319338 BTC
Random Selection Loading Transactions
Max Size: 175.93/200 MB

Candidate Block

Mining Attempt eaf5b686494d778ef023d058d6a1e5df2ac9d1b8f5680960c45ab3afccc0551f
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root a7eb1c9da266789e85a60826d8a87f45d5cc62c70f8e16cb88aba9338dc8139c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,768
Size: 1.00 vMB
Total Fees: 0.00390299 BTC
Feerates: 21.09 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (489,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,376 425,376 000000000000000000f1f397a3e6744d9db44bd4335ba541b139b84510f15a02 728 0.29/1.00 vMB 80
425,375 425,375 000000000000000003937068e19a0750a33978050f019d2b60f430e3da707db9 1,446 1.00/1.00 vMB 32
425,374 425,374 0000000000000000045a6b3efc79ec377e0930f01c3b572db6a616c3a870efab 1,853 1.00/1.00 vMB 42
425,373 425,373 000000000000000004fc1d9fdd4389d96b6be3976c8861bd1f4f27e303a94912 2,678 1.00/1.00 vMB 83
425,372 425,372 000000000000000002320129ec99fd8082df66e7e7bc3a3db806c03596f5674a 1,981 1.00/1.00 vMB 42
425,371 425,371 000000000000000003757af862e10318c8baa75e1b89b9031187d2b6de7be773 2,633 1.00/1.00 vMB 86
425,370 425,370 000000000000000002618bb9912ea5e5f0674ce6618a5f8d162056f88309b5a6 2,858 1.00/1.00 vMB 64
425,369 425,369 000000000000000000fbaa9666d644ab345fd43d4c6ffd4de09e9f1cc17fa8e4 2,243 1.00/1.00 vMB 106
425,368 425,368 000000000000000004ca41fbfdf10c060b820d69b870b022ab6ad66049df4d73 2,560 1.00/1.00 vMB 57
425,367 425,367 000000000000000004f5d0ed79b867ae066fc10a2076d8c65d0a9f9c9fc3f222 2,083 1.00/1.00 vMB 135
425,366 425,366 000000000000000001e950ce19059ffabe6da786288357ce876e6fabfb36bd77 682 0.75/1.00 vMB 23
425,365 425,365 00000000000000000009fbeed6aa866501a2bc3f0224d144106107ddf6de8f53 2,128 1.00/1.00 vMB 56
425,364 425,364 0000000000000000006fb61272b2f1901c03cb8b43fb538c3e7cbfe34cc759d7 2,621 1.00/1.00 vMB 89
425,363 425,363 0000000000000000004fb755cf04d20126264e04efad0b9522b2df39fa5daa25 1,788 1.00/1.00 vMB 49
425,362 425,362 0000000000000000018af8c01941274c72dfcd6e36c0cd4618fa0a47e3245e9b 2,774 1.00/1.00 vMB 69
425,361 425,361 0000000000000000013a1562f0c019c736c29483302946cb6e120775070b341d 2,731 1.00/1.00 vMB 73
425,360 425,360 000000000000000005709dab0b18ce723b55695ee3f8553713219be4e8f6b1bf 3,024 1.00/1.00 vMB 97
425,359 425,359 00000000000000000359da50a955fbec4967b89a2fa3be8a3859fe0b2b5ceeb7 1,038 0.58/1.00 vMB 57
425,358 425,358 00000000000000000354356b38330734194e2c607c8c2f46c46f5bdc056f2ac4 297 0.98/1.00 vMB 10
425,357 425,357 000000000000000003220acb3c95266d26d34ff5fa3a4c029de3c9bc18fa9313 831 0.41/1.00 vMB 56
425,356 425,356 0000000000000000003181680da49dcb8b68257834ebd46e60483331d134e0fc 904 0.71/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.