Loading Tool

Explorer IconExplorer

Memory Pool

84,691 transactions
31.90 vMB
0.11294640 BTC
Random Selection Loading Transactions
Max Size: 195.13/200 MB

Candidate Block

Mining Attempt d1390838e10b13ee3aa64baab2e3dd1d4f165fff30e3d036c73c1edab3633720
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 8719b43eaef63706ab6858ba022ec74a5f1d68fde7429d563d4c5cc49cc6f40a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,743
Size: 1.00 vMB
Total Fees: 0.03541922 BTC
Feerates: 203.60 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (361,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
553,619 553,619 0000000000000000002efaccd131a6225f382610069e57b3f7e0be5ca338ead3 2,557 1.00/1.00 vMB 9
553,618 553,618 000000000000000000002670b823808ca9b8608fc8f574a423f91b97fef4d90c 1,771 1.00/1.00 vMB 32
553,617 553,617 0000000000000000002c37979e6c72667d7a9d8dfcb7454f68f1a36c06f2a8b3 2,627 1.00/1.00 vMB 10
553,616 553,616 0000000000000000001dd480b92142b6821caaca1295464e36dbd6ba7ab55998 2,509 1.00/1.00 vMB 36
553,615 553,615 0000000000000000002e2dab4b1091a6cb0f6c4402c5e2860c7ebe57ca1735fd 2,084 1.00/1.00 vMB 10
553,614 553,614 0000000000000000000577f52c8446b38b41bdbed340c7b2358e833165e82e3a 2,548 1.00/1.00 vMB 22
553,613 553,613 00000000000000000029264a992d0d45adaa0933999089753a308ba503a796af 1,743 1.00/1.00 vMB 9
553,612 553,612 00000000000000000031ae755a244841d62d9bc5ed3228e81f98100672173ee6 2,716 1.00/1.00 vMB 8
553,611 553,611 00000000000000000024c607f56e0b0b547f4ce48b8119bb2b659f1a320a79ca 2,882 1.00/1.00 vMB 17
553,610 553,610 000000000000000000008dc38aa172b00863e35d9011f91ef9536d9913d75fa5 1,962 1.00/1.00 vMB 31
553,609 553,609 00000000000000000028509ef92d2a34c42c7c7d74616cc7e23d5cffdb34ff03 613 0.37/1.00 vMB 4
553,608 553,608 0000000000000000001c872670c390e3c173bc82dd80ff52d5200aa55d5e3b1b 2,184 1.00/1.00 vMB 14
553,607 553,607 00000000000000000020dffd44ac9ebc70bbef1d788fad4a4a36d7386c097938 3,323 1.00/1.00 vMB 19
553,606 553,606 0000000000000000002362fdb727857834cf1ee4d8ad972a3b798d5720fac1f2 920 1.00/1.00 vMB 5
553,605 553,605 0000000000000000001b62e947509deca077ab0b9fd7ab988526743c8f12abe5 3,413 1.00/1.00 vMB 19
553,604 553,604 0000000000000000001692f128920ddd555cc3e88c9ca04f40fd3dc4a12c8745 388 0.17/1.00 vMB 12
553,603 553,603 0000000000000000002f163b9f8aadbf9f05526d32294b393cd456a679ddc732 1,025 0.46/1.00 vMB 13
553,602 553,602 0000000000000000000a00821f9967828bd08a37f2c34557d717d03d0ed94e87 1,177 0.69/1.00 vMB 11
553,601 553,601 0000000000000000000c0f16e763e50f0ad0f0e461527c8a113adbd493e03618 2,551 1.00/1.00 vMB 13
553,600 553,600 0000000000000000002026dc9342eec6afa7bed67cd271bd73a3af4844deacd3 1,082 0.44/1.00 vMB 12
553,599 553,599 0000000000000000002cd984d3004fdaf907a3341442b9a3112b213875ad4f96 1,268 0.76/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.78 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: 709.71 GB
    • Received: 16.96 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.