Loading Tool

Explorer IconExplorer

Memory Pool

77,089 transactions
28.92 vMB
0.06677239 BTC
Random Selection Loading Transactions
Max Size: 177.34/200 MB

Candidate Block

Mining Attempt 20b2ac333eed20b8e6976f30172e6bd2a651483f1dbacc44b48e2de26f5ce5e1
Version 20000000
Previous Block 0000000000000000000015f42737b0f6cdaf42b1e766cbed553b91a24f37ee91
Merkle Root 1a7a0ccbc8ad239791e60d0fce8a0c7f67e397f5a6c3c2a574225bcd7edfd8a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,008
Size: 1.00 vMB
Total Fees: 0.00377053 BTC
Feerates: 58.14 > 0.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,240 (542,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
372,692 372,692 00000000000000000a842c790ae55be5277b48066f0bd55523ceb7147a05e211 856 0.97/1.00 vMB 48
372,691 372,691 00000000000000000d5f47b0953b9876f1147bc5d850d0c0c39c6f1df09b47c9 2,190 1.00/1.00 vMB 49
372,690 372,690 0000000000000000101f3542f0a0b1f1506ca05b97aa86964abfbe14de8a5b85 1,726 1.00/1.00 vMB 40
372,689 372,689 0000000000000000027bb22ffad609f4ee1103e950ceab8155f1ed21ed6aed7d 1 0.00/1.00 vMB 0
372,688 372,688 00000000000000000ad55e4b377b2ff6f8b0ffb2f4877899c2d9f71bc63ac211 2,341 0.93/1.00 vMB 46
372,687 372,687 0000000000000000047359c21b24f4f8c4234b71978b7cb6c7aece2168681a54 678 0.84/1.00 vMB 48
372,686 372,686 000000000000000003595b688920e36085e4e70ac900d267f7d5d3d58736bb36 583 0.75/1.00 vMB 46
372,685 372,685 00000000000000001167ad6b93eb77c8f1b3878603c932bdec1bcf705d9710de 494 0.75/1.00 vMB 47
372,684 372,684 000000000000000005dd88b44f52f8b0ee188c970afc08b325ccdf561483ff3d 2,507 0.95/1.00 vMB 51
372,683 372,683 00000000000000000493311f4b836252dedb3399d856ac1ed404158cfef4c94c 3,265 0.95/1.00 vMB 58
372,682 372,682 0000000000000000088178f9a989446625e74ec623f7ad7f06f27de42a5b405b 662 0.82/1.00 vMB 49
372,681 372,681 000000000000000008c0d3cac2ca7180233327cc6d1f2488a7a393c6872e838a 658 0.83/1.00 vMB 47
372,680 372,680 000000000000000005e47b2cb43114f273dfb7b18c76a5c27b8ede7778fefcc8 786 0.75/1.00 vMB 51
372,679 372,679 00000000000000000c9dbbbf90557c62dc6ca7930663446bc6abb804a5e3da74 708 0.86/1.00 vMB 47
372,678 372,678 00000000000000000e2693114681e6e4243058d27306bbac2a58f59fa6add546 1,000 0.92/1.00 vMB 54
372,677 372,677 0000000000000000127284b04da6f8bd558c37aaac999e3c0cd58806266dd14a 1,173 0.93/1.00 vMB 59
372,676 372,676 0000000000000000045fcfef961ffb42c5503098299a4b22e9ff23fe04f6a733 660 0.83/1.00 vMB 48
372,675 372,675 0000000000000000112c65a3134732236d54014c48458cb6dc2dc6337649c9a5 1,785 1.00/1.00 vMB 34
372,674 372,674 0000000000000000079aaeaf7c541f8c17a66b1dcc67e41859d9456fee23c807 544 0.79/1.00 vMB 46
372,673 372,673 00000000000000000bb7986ecc6920811aa4f42ed9460e9e9e856037bef8cf4c 1,133 0.85/1.00 vMB 51
372,672 372,672 00000000000000000d9f514491ee5f52dfb226b4b6cb710947a06973b8324af7 528 0.81/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.81 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: 710.21 GB
    • Received: 17.04 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.