Loading Tool

Explorer IconExplorer

Memory Pool

78,053 transactions
28.86 vMB
0.09151562 BTC
Random Selection Loading Transactions
Max Size: 175.16/200 MB

Candidate Block

Mining Attempt bb8abcf4e04d2933f8ebd05a9c66bd356f987a52b128c2c9d5e09cf7778d5a64
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 7c058c8b34b6ff3d2a86a511b55f3202fdb35ab4d64f244ac3b4a0f64f195397
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,111
Size: 1.00 vMB
Total Fees: 0.03145537 BTC
Feerates: 137.15 > 3.15 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (531,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,441 383,441 000000000000000004fa769e32de11c25c6f24a6b345aad3ec49d8162e5df3e2 2,086 0.98/1.00 vMB 35
383,440 383,440 000000000000000003435fc96f5ac68b7e1fcea4e41380df07533ea4892edd20 535 0.27/1.00 vMB 33
383,439 383,439 000000000000000005632ce7a8de6721b05ea8d3236b99bede397dc2c848f0f9 1,022 0.42/1.00 vMB 38
383,438 383,438 000000000000000006a49f4888825f34cd4ea5bf26b45b499eb74dbd78daa583 235 0.15/1.00 vMB 22
383,437 383,437 000000000000000008da64736eb7a278d19b62cd7db361f9e0c3a6d689ee74fc 833 0.37/1.00 vMB 44
383,436 383,436 00000000000000000b2dabf5b28458848a2b04ded6da243f0ae4cb50ab82ee33 553 0.26/1.00 vMB 38
383,435 383,435 00000000000000000006eb2248bf4eb98db67cd693abb9799ff6aaae27e8d7f7 1,059 0.50/1.00 vMB 30
383,434 383,434 0000000000000000023202e162216fde0909a62e24e9128c3e87f466ad7320dd 387 0.35/1.00 vMB 19
383,433 383,433 000000000000000004f61c0cefb3e7cf87238ba2ba8e3b77b7028c5745bf7df1 2,011 0.75/1.00 vMB 42
383,432 383,432 00000000000000000d7f5e2accdd660ec827ea643f6889016ab3ee6befb69244 1,058 0.58/1.00 vMB 33
383,431 383,431 00000000000000000957fa92e1ea1bb596a45004866d69133c8c3408ee9adbba 336 0.25/1.00 vMB 20
383,430 383,430 00000000000000000becb9d0e3f8f51c1cf94f9f1a58e6e49c2334bb390e838f 551 0.39/1.00 vMB 21
383,429 383,429 0000000000000000104b614096319379a91578b60afb8c6becae0de6eafe698b 300 0.14/1.00 vMB 27
383,428 383,428 0000000000000000076d8aaede8443a0c73e54e55956f9da235054ec5bcf449f 1 0.00/1.00 vMB 0
383,427 383,427 000000000000000000bdd22a6613fb01904cf89952929c13fecb0454a1779d88 219 0.11/1.00 vMB 21
383,426 383,426 000000000000000002943bf6044284c188026fe9ef2636f695c830585cd828bf 131 0.37/1.00 vMB 7
383,425 383,425 0000000000000000082c030a71ed3f7e8de63224217399ae2ce72e70466d7eb0 1,983 1.00/1.00 vMB 34
383,424 383,424 0000000000000000009fb64f309f8187f3bb96ce86da9e6e91c74d576e787a81 1,561 0.69/1.00 vMB 34
383,423 383,423 0000000000000000107d168f6bb6edf3769968b4c802c7ad66ff8e0ad6ee3ce8 898 0.99/1.00 vMB 15
383,422 383,422 00000000000000000ce0580d4648d1202d06a266c2e947b998059c288f1b75a4 1,496 1.00/1.00 vMB 28
383,421 383,421 000000000000000009d5ac3cfe9af89a81138f56cf7d1b35e567dba3aa71eb38 2,107 0.93/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.93 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.