Loading Tool

Explorer IconExplorer

Memory Pool

47,640 transactions
30.22 vMB
0.09635983 BTC
Random Selection Loading Transactions
Max Size: 160.94/200 MB

Candidate Block

Mining Attempt e780cc101d8db966f6dc3e9c0b6a9c9be945624bc9503606109c3e24de6f062b
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 5162c88952ececd49d16e452395336563e0c1fc78c121705122cef52ea01107b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.03566341 BTC
Feerates: 150.97 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (440,835 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,017 474,017 000000000000000000213417f2e2b838f36324a44d5dc1c4b453e0c569b27ffe 233 0.11/1.00 vMB 179
474,016 474,016 0000000000000000008d3c22afe2c44b7c503acdcbfe852d64342136bd37a087 52 0.02/1.00 vMB 222
474,015 474,015 000000000000000000d70943a9ab0e2ccf3d24ac85cbe0643591208d9e3bdafa 1,522 1.00/1.00 vMB 39
474,014 474,014 0000000000000000005bd2b12d79aa5c3a99102027e45db6f7b92246ce25b2b5 2,226 1.00/1.00 vMB 327
474,013 474,013 000000000000000000511f9cd5f80f742873d5492d26a8884be9d30141b89533 1,349 0.69/1.00 vMB 178
474,012 474,012 00000000000000000143e3f9bbeac8c10c158cafc5d403face5c036368a7ac07 356 1.00/1.00 vMB 20
474,011 474,011 00000000000000000103c6971e9b8a9c8e5544114d8401bc2f9ec49ef4e6c1a8 1,728 0.92/1.00 vMB 184
474,010 474,010 0000000000000000004e24d06073aef7a5313d4ea83a5c105b3cadd0d38cc1f0 854 0.47/1.00 vMB 181
474,009 474,009 0000000000000000013f42f1d974cfb1ce329161c55a3bd838e92de24c67f6c9 1,044 0.58/1.00 vMB 146
474,008 474,008 0000000000000000008c1ef908df004f59d9b83453bbe80b4c0ba5d19d81c52f 1,114 0.79/1.00 vMB 47
474,007 474,007 0000000000000000000dd8ed702d16ab5c9933cf1511d559ae079fc360011c1a 1,730 1.00/1.00 vMB 114
474,006 474,006 000000000000000000c6e2a8fff0367f896ec9d43a03ce4bff9f11f454a9dd05 2,312 1.00/1.00 vMB 340
474,005 474,005 00000000000000000142efc6ebc9782c3302c0f6c468a462c988473fe50db711 471 0.21/1.00 vMB 312
474,004 474,004 0000000000000000016d9cd6ff701febd5bf7855cba92cae6ee89d8d683a4837 462 0.19/1.00 vMB 302
474,003 474,003 00000000000000000071a7025bd6f88dc5a1dd90f91578d6458cfd092e992022 1,801 1.00/1.00 vMB 155
474,002 474,002 00000000000000000084336c523d6b8b67caa2edcfeed8b7309bb43cd2ae0af9 2,046 1.00/1.00 vMB 228
474,001 474,001 0000000000000000012e8deeb26dd85010eca3c4d47b92b48c38edab8052352f 1,830 0.88/1.00 vMB 202
474,000 474,000 000000000000000000096230049b0a8044938318782e48744c236d0051b2d640 919 1.00/1.00 vMB 186
473,999 473,999 0000000000000000017cf33b39ab06e1699ce126a456b80549d81be944645fbb 66 0.03/1.00 vMB 120
473,998 473,998 0000000000000000008a01ebb63428715a628f984f003b84282238b45701fe74 808 0.40/1.00 vMB 207
473,997 473,997 000000000000000000c82d2117e5ab1c72ab1ab40772f53b586af98c6acf5d3f 326 0.15/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.13 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.39 GB
    • Received: 13.76 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.