Loading Tool

Explorer IconExplorer

Memory Pool

82,183 transactions
30.96 vMB
0.10390643 BTC
Random Selection Loading Transactions
Max Size: 188.28/200 MB

Candidate Block

Mining Attempt a9c026f50102fe5ccf3cec5c5163f03fb5ad83f917a6009c1a3aa3dabaaa4cb2
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root fc267f2f6f58cfe9adaee53b77b7dd97bfef6a8bddea1d486a59602c20151107
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.03107217 BTC
Feerates: 200.89 > 3.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (398,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
516,414 516,414 0000000000000000000a08f5946063f2526fc13113673094bf386f562c046772 2,376 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.21 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.