Loading Tool

Explorer IconExplorer

Memory Pool

85,866 transactions
33.31 vMB
0.16881882 BTC
Random Selection Loading Transactions
Max Size: 197.96/200 MB

Candidate Block

Mining Attempt 28d7ce2114ca3ea4eb16aef216775ca94210c11ce6b6eaac04348c776ec468e2
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root d44c4d640433d29139a013105ae69d4a682a6468ecbab37adc3ede0058350f74
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,976
Size: 1.00 vMB
Total Fees: 0.05224579 BTC
Feerates: 318.30 > 5.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (398,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
516,435 516,435 000000000000000000394ee3cef316e4390bbd81d1b84095356c8e8224640850 299 0.20/1.00 vMB 27
516,434 516,434 0000000000000000003d6d324edb11105dfba72a07715b3e36e6be849d302bd3 1,479 0.64/1.00 vMB 3
516,433 516,433 00000000000000000021a0433270aeeb45281b6a3da7eacf871a13a43935d64f 1,459 1.00/1.00 vMB 13
516,432 516,432 0000000000000000000503d3c14aacaff4155bd09354d02eaca06ebeb7f431e3 2,024 1.00/1.00 vMB 41
516,431 516,431 00000000000000000046d1e217b32112f8d2fbd7e385f9104d7f6f0bc5c57e5c 129 0.05/1.00 vMB 25
516,430 516,430 0000000000000000001bb47fcdd81105f30527f3fd0f6ee16801af74b1175b9a 461 0.26/1.00 vMB 37
516,429 516,429 0000000000000000001f6a14daa43cce592186ad6497a6fcac68c2d4e8e19c26 1,280 0.76/1.00 vMB 21
516,428 516,428 0000000000000000001896959c4570c00b7877cf8f25b5a7911fd8d1a6a0d432 1,845 0.83/1.00 vMB 28
516,427 516,427 0000000000000000000b4679da7be989fe99301fbebd66c97f8d5fd13a9244a0 589 0.26/1.00 vMB 38
516,426 516,426 00000000000000000013eb526f4d36cc4691ac049aace2212e1af085f1d2b647 1,206 0.65/1.00 vMB 15
516,425 516,425 00000000000000000030af5616ac298b83722cc2aaee7414a9ecfe58bd9d592d 1,607 1.00/1.00 vMB 22
516,424 516,424 000000000000000000122d9da124fc0565bbd3382978ec166013b30b5e58fef9 2,145 1.00/1.00 vMB 26
516,423 516,423 0000000000000000002c3dd75f0f0704f72c89b764c9823a5a9ff3b11b09cfe9 699 0.37/1.00 vMB 19
516,422 516,422 0000000000000000002a7c77316ce63152a01e02f73057ca79c779c23b53574f 463 0.30/1.00 vMB 36
516,421 516,421 0000000000000000000f17b07367416267be1aff0414e9feb7cf35d9c26e9cfe 312 0.12/1.00 vMB 29
516,420 516,420 00000000000000000044ed2e221a359e7a12f045d10621424442f7a2516e877a 212 0.18/1.00 vMB 12
516,419 516,419 000000000000000000350fb95a44ea3e53ba606f6d9b73ce58f1881f46ae6e2f 25 0.01/1.00 vMB 40
516,418 516,418 00000000000000000026964c812e0b7e0303b9b240e4ddaca174d94e79cff073 1,245 0.57/1.00 vMB 34
516,417 516,417 0000000000000000003ec51b3116c04d87da3690d45a85795c252c09a5b3383b 697 0.32/1.00 vMB 34
516,416 516,416 0000000000000000003217dcfebd9ddabef4e2eb1427870de9b6396c630d6517 303 0.15/1.00 vMB 23
516,415 516,415 00000000000000000002b5e35d7f8e564ca3b2b7e9ac08b94f87d84e098fc8b9 1,106 0.54/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 783.00 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 718.86 GB
    • Received: 17.97 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.