Loading Tool

Explorer IconExplorer

Memory Pool

82,589 transactions
30.78 vMB
0.08032579 BTC
Random Selection Loading Transactions
Max Size: 188.73/200 MB

Candidate Block

Mining Attempt d8d9dbb8b3a4d0b7c336ab67786eeaf4ff30fc67104b050029f4bd6b05ff4d6f
Version 20000000
Previous Block 00000000000000000001c9a0bfc95ee466302ac4a5ca5faccc359946d3ec2ec3
Merkle Root 285007e09f1f1dd3b4846f0e08f55da224a6c60f78bc863f76abdd2f67d0cd39
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,070
Size: 1.00 vMB
Total Fees: 0.01140153 BTC
Feerates: 100.30 > 1.14 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,331 (466,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,941 448,941 00000000000000000150fb33d6b2e3f0abe51e5df4e28063e48bf3b0e333275b 613 0.24/1.00 vMB 79
448,940 448,940 0000000000000000006712742eb88a0cc6fd14f4d64bde4dfe7909658890a202 1,669 0.95/1.00 vMB 54
448,939 448,939 0000000000000000019cd2215164bf877f7fca41c448d67806f1f3d071246e20 2,322 1.00/1.00 vMB 68
448,938 448,938 000000000000000002eae7eff92f872275c1951dca63b311ede7dcab036db7b1 2,121 1.00/1.00 vMB 88
448,937 448,937 000000000000000000944489cf69c44ab8a483c952791fb5830ee585148ae446 142 0.05/1.00 vMB 81
448,936 448,936 000000000000000000802e73a16d4e38fa75fae4e0dd21b3fdf2aefb79450b2d 413 0.22/1.00 vMB 49
448,935 448,935 000000000000000002560b7dfc1ef6a611fcca1cd4750b8cb7fc0d06db3b96ea 2,481 1.00/1.00 vMB 82
448,934 448,934 00000000000000000097603437df6998356430d496b942f54ccfb2dc7be08da8 774 0.39/1.00 vMB 75
448,933 448,933 00000000000000000215433a0e92b9ead1c8ab57a6bfc69a31c710366c0560f5 552 0.34/1.00 vMB 46
448,932 448,932 0000000000000000024c5af6b478b6852032702e6fe5a32614d4ad82426e52b0 2,512 1.00/1.00 vMB 86
448,931 448,931 0000000000000000017bbff56045933e3e4448cb9824849f03b0a219f9993130 512 0.68/1.00 vMB 24
448,930 448,930 000000000000000002234b6cd8e2e94cc919899d3aed856ff8b077817ca91807 2,206 1.00/1.00 vMB 73
448,929 448,929 000000000000000002ba704d5d785600e365f86db84e65d428bd96643954bdde 2,149 1.00/1.00 vMB 76
448,928 448,928 000000000000000000fb1817c0fadeb1efae09b1308ac4361af0e8a7033fcd02 2,564 1.00/1.00 vMB 99
448,927 448,927 0000000000000000011b9d9ca15aa89c5c3f05bbb131cebe61c0ee8d63193e6d 1,517 1.00/1.00 vMB 49
448,926 448,926 00000000000000000332758cdc06739c17a4ca61f36370fea3097bb62bd7f804 2,001 1.00/1.00 vMB 70
448,925 448,925 000000000000000000714cd5a87086845c0ad6bbd1c9365ba1a9a7797b4a5bf5 2,429 1.00/1.00 vMB 85
448,924 448,924 0000000000000000027e7fcef778d7cc73787b1721161375c493547f9add3ccf 2,347 1.00/1.00 vMB 96
448,923 448,923 00000000000000000016227a2d70eeef99c157d70e8cbd41dab4be4a76326788 731 0.37/1.00 vMB 68
448,922 448,922 000000000000000001a3deb107a6d92cf0b149e948ecde22e89a35ccd8336dbf 607 0.35/1.00 vMB 71
448,921 448,921 00000000000000000185ef19767fa9b5d4f35cb9423e2ed9bb2ee988b3914d77 1,463 0.75/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.97 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: 715.77 GB
    • Received: 17.74 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.