Loading Tool

Explorer IconExplorer

Memory Pool

49,279 transactions
29.84 vMB
0.09697469 BTC
Random Selection Loading Transactions
Max Size: 159.00/200 MB

Candidate Block

Mining Attempt 414ef535ed978c8e53695d209c53a8a3e969cc9fb85371477291f3e88858bd83
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 6e3068849bfd11a9350fb5b2b5d5e8b19cb25ef7bf67dbeb6c37584eeed8f2ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,229
Size: 1.00 vMB
Total Fees: 0.03305010 BTC
Feerates: 150.68 > 3.31 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (89,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,017 825,017 000000000000000000029e4fe5bb51d8784e733504f9c60954b03559503b85b9 3,048 1.00/1.00 vMB 43
825,016 825,016 0000000000000000000191945956a505bf3ac10a4bf5afb28f6f6cbcab81c03a 2,061 1.00/1.00 vMB 48
825,015 825,015 00000000000000000000295d02c90c974919652cbb3c81db0af003c1d7d41e8d 3,495 1.00/1.00 vMB 97
825,014 825,014 0000000000000000000316aa3ac22b689e37c9241e67ca5353585d194c8fd443 2,869 1.00/1.00 vMB 62
825,013 825,013 00000000000000000001571be36fb64f9396d6f18f5953d49c67bc5ccc84a137 2,115 1.00/1.00 vMB 52
825,012 825,012 00000000000000000002966494d017638e9172d8b2708aa364a8737aeacaf022 2,465 1.00/1.00 vMB 66
825,011 825,011 00000000000000000002efa60ad6d62390e2991f0c0871dbd4c51a6ee29d25f3 3,735 1.00/1.00 vMB 54
825,010 825,010 000000000000000000004dfbb24b80542f0b9e9ef8748701c58323670ad59226 4,373 1.00/1.00 vMB 64
825,009 825,009 00000000000000000000545e38707c5e8a539091715f8fc633c8c127c5bb5346 3,483 1.00/1.00 vMB 92
825,008 825,008 00000000000000000001f7c9311e21cc8ca83ad72036b0b949176da31e5d2226 3,181 1.00/1.00 vMB 83
825,007 825,007 00000000000000000003c311442bfb0d13aee378e3bec44bd1546d0e023d9841 3,092 1.00/1.00 vMB 92
825,006 825,006 000000000000000000015ca93aa9247b480e192756dd82d0f9d67479d8d594c9 3,305 1.00/1.00 vMB 96
825,005 825,005 000000000000000000016e5f59f8549823e9169f10623f7b4ada7c44ec899718 4,058 1.00/1.00 vMB 85
825,004 825,004 00000000000000000001ad611533164ffd65eca0c81a46c6a6be6e0725003e31 4,079 1.00/1.00 vMB 131
825,003 825,003 0000000000000000000263dfbf40b81cb0f5bc41f2745dca51dabe5a837135ba 4,494 1.00/1.00 vMB 102
825,002 825,002 000000000000000000022e5633143aa19f79d339ea3573f453ad9b07d34d103f 4,163 1.00/1.00 vMB 152
825,001 825,001 000000000000000000031f35562b76b9591d72b4d32a4c7a47201fa1f9ea5a92 3,826 1.00/1.00 vMB 141
825,000 825,000 00000000000000000001432b1ea8b3b710c3fb7e628d605cf4a42c25d7822431 4,273 1.00/1.00 vMB 113
824,999 824,999 00000000000000000001ba5a25dbdcad09274133289b73095014ac808800d6f6 4,099 1.00/1.00 vMB 128
824,998 824,998 000000000000000000017d992b681c60026175ee379f7cffe80b478b65cc7725 3,752 1.00/1.00 vMB 109
824,997 824,997 00000000000000000000d026c10c773b88403e5a354b73e9a08ee287371dfdcc 4,452 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.