Loading Tool

Explorer IconExplorer

Memory Pool

80,811 transactions
31.33 vMB
0.07708990 BTC
Random Selection Loading Transactions
Max Size: 189.87/200 MB

Candidate Block

Mining Attempt 6d1615a49766316d5fcafa5ae1e66ca88db4cb49f7ed412c4261c58291a3eb16
Version 20000000
Previous Block 0000000000000000000043b39214e67beb23d111c982e6903370623ca621eb52
Merkle Root fca30a83c8e15e6733d23fd2e9729eff5398054321fa12ad552e5dfebd4061f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,056
Size: 1.00 vMB
Total Fees: 0.00928311 BTC
Feerates: 100.25 > 0.93 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,200 (540,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,541 374,541 000000000000000006e20a354ddfd4dd5d8328884b8b7e2c13e37e1fde97dc1a 393 0.17/1.00 vMB 43
374,540 374,540 00000000000000000470775004bb596494f765fa64e7c14de9a2705e50457935 1,687 0.95/1.00 vMB 39
374,539 374,539 0000000000000000086b3fafdbc283a9a5d025c3b29f3e456e39ae1e3ec14468 1,063 0.93/1.00 vMB 22
374,538 374,538 00000000000000000dcabe2e1b13ecdd165302ce86023e2009299f4e488319e9 1,951 0.75/1.00 vMB 58
374,537 374,537 0000000000000000011620277dc0af2fcc67e92083bc9c676cfc3ade90c4552c 1,047 0.45/1.00 vMB 61
374,536 374,536 000000000000000010947f1d4a6280f7a7f08a2c048e2f92ec3ef0b24ca7ad54 1,283 0.61/1.00 vMB 45
374,535 374,535 00000000000000000a7fb4a5d41aa7d34405e1b07ac89d0ffde5f7507b669132 1,290 0.93/1.00 vMB 30
374,534 374,534 0000000000000000007f5f64c993585398c8aea549f6c0ab4efaf88b6e6d90da 909 0.93/1.00 vMB 14
374,533 374,533 000000000000000001459e9795ecaade1198a8267dfcd8d20f30ddf5a220bbb9 499 0.27/1.00 vMB 36
374,532 374,532 00000000000000001242d64c44b6f21b462f9529ec6f699733d33ed16c86c62f 1,593 0.73/1.00 vMB 50
374,531 374,531 000000000000000006505d7052e2813e3e30aea97a56c0241fc46dc2cda8a4c4 747 0.95/1.00 vMB 17
374,530 374,530 00000000000000000be4facad446f5d3a9a143be6722c7c30a43312601eac66e 1,234 0.75/1.00 vMB 34
374,529 374,529 00000000000000000a806d622582bb113204fc55ef975f0dc7565d490cea30c6 1,276 0.75/1.00 vMB 19
374,528 374,528 00000000000000000bd9d02bc3c71d95dc3445c533611ba97093e36e9fb0208b 622 0.34/1.00 vMB 40
374,527 374,527 000000000000000000db717b4c076da2d1b9ff8ddbc94132e3a8d008a0fb62b9 486 1.00/1.00 vMB 5
374,526 374,526 000000000000000011f895d470f6cf342e89d87e3184484bdddb0cf99a61b3b1 1,452 0.68/1.00 vMB 46
374,525 374,525 00000000000000000adb9029a216705570d80e5acacb267a911ae58f8b17ba98 1,886 0.93/1.00 vMB 40
374,524 374,524 000000000000000001266b2f329165a4fab6ce2dddcc68cd890e5770050371b5 2,168 0.93/1.00 vMB 56
374,523 374,523 000000000000000002d6a34aa4740e89e438d7083eb1b26e0bb0ca5fe8cb8d98 170 0.09/1.00 vMB 42
374,522 374,522 00000000000000000aa1ecd528dfb8dab3f98395acf0806a01e518d7aed47659 978 0.93/1.00 vMB 12
374,521 374,521 0000000000000000130fc24ae096c7770edf1afc66ce782603175e091e60bb02 2,181 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.74 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: 708.01 GB
    • Received: 16.72 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.