Loading Tool

Explorer IconExplorer

Memory Pool

44,311 transactions
26.85 vMB
0.06990348 BTC
Random Selection Loading Transactions
Max Size: 141.22/200 MB

Candidate Block

Mining Attempt e8a76a212f0d70754212575db7ef4e84b6d4ebba41461901ee2cf142c32cb8f9
Version 20000000
Previous Block 0000000000000000000040c9dd43a317cb50e762798e0667d30b0669a8a6fa4f
Merkle Root 028df11787755f86d65c67e6a71dba8a987c04aaa1f2ee031a1afa2b3c59749d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,585
Size: 1.00 vMB
Total Fees: 0.01974804 BTC
Feerates: 96.15 > 1.98 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,879 (222,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,452 692,452 00000000000000000009efe891c6d5b3165a165b4f692fb372e07acf468b0c50 1,288 0.44/1.00 vMB 8
692,451 692,451 000000000000000000009e56076a1718af381ae1bb4b0da0dccac7d568053de8 594 1.00/1.00 vMB 2
692,450 692,450 00000000000000000012ba29bb643f1d89b0596680697449b02d4451720a95ef 2,860 1.00/1.00 vMB 21
692,449 692,449 000000000000000000090b3cd5e353db1a5515bdb1dd3d9d5f600e9e7d47e697 2,997 1.00/1.00 vMB 8
692,448 692,448 000000000000000000067af4f4b7a1600bf9729381a406b5f421db7a297b281f 3,038 1.00/1.00 vMB 25
692,447 692,447 000000000000000000124a0c630f81caa40e3cd81782abd9d639f269fb4d761f 1,727 0.66/1.00 vMB 15
692,446 692,446 0000000000000000000c0b33f7cebbd36a7e2bee8db7b2bcc8b0619f78d0b722 946 0.30/1.00 vMB 12
692,445 692,445 00000000000000000010f832d7e94180f2b5e77aa9c953f6b2b22f9998871ca1 131 0.04/1.00 vMB 12
692,444 692,444 0000000000000000000f2cc59c810baf0d8a3aef37255b8ea8a13974f5e2ce55 133 0.18/1.00 vMB 5
692,443 692,443 00000000000000000009e551a3d4d2341b073e4fb38479e5c85f45b3b5f7d454 2,853 1.00/1.00 vMB 13
692,442 692,442 000000000000000000098241022d3972f6e6c9c9246e3ed8fe8f4deba1f41161 475 0.28/1.00 vMB 43
692,441 692,441 00000000000000000003e528ff48d73ef06808a21ff468f2118784143b907923 206 0.07/1.00 vMB 15
692,440 692,440 0000000000000000000c30da6a1a6af0bf72bc77cfa96ef3c35d0afb343acd65 2,123 0.76/1.00 vMB 15
692,439 692,439 000000000000000000013cc3077a1d646274061056f9959ca1c85d716c2b37f7 467 0.14/1.00 vMB 11
692,438 692,438 0000000000000000000f4e2572994db97c19fb311e1d8e0f957b9534d17c78db 1,164 0.43/1.00 vMB 12
692,437 692,437 000000000000000000075f39ab008ed101fdf22e42173eb3ef895f70db2090bc 1,799 0.67/1.00 vMB 9
692,436 692,436 00000000000000000002e2980b2ebe42822be9276c4a80728d2ba094388bec75 1,742 1.00/1.00 vMB 7
692,435 692,435 0000000000000000000c49e29bf78d762c2a239cbe781793efe343dad092eed1 2,828 1.00/1.00 vMB 16
692,434 692,434 00000000000000000008785319976dfc8afa2dc7bdcc04d262079f34be9797b5 1,792 0.80/1.00 vMB 12
692,433 692,433 00000000000000000010d5a147f4326f32133a0674635625562f066160b3cb8e 1,453 0.68/1.00 vMB 7
692,432 692,432 0000000000000000000bd46a0c2035cd9ac825e6f7fbceed0cee16af046aee89 2,635 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.17 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: 653.56 GB
    • Received: 13.94 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.