Loading Tool

Explorer IconExplorer

Memory Pool

45,894 transactions
27.90 vMB
0.08012562 BTC
Random Selection Loading Transactions
Max Size: 145.75/200 MB

Candidate Block

Mining Attempt e7201189dbf6237ee709d1e3d956627d64d68c5c1465c1d32fcc84328d045b25
Version 20000000
Previous Block 00000000000000000001ea5ca94f36eab03be1e198193b179a4c6d49b9095493
Merkle Root 16a46acde8e7a9347577b2bccf3162951abebf175ed083d57e3288d68875ae35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,226
Size: 1.00 vMB
Total Fees: 0.02261397 BTC
Feerates: 124.00 > 2.27 > 0.39 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,888 (911,313 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,575 3,575 000000004e3d28b1b5363931d9f44b0f01404cc94376495905b0857bb1a5f766 1 0.00/1.00 vMB 0
3,574 3,574 00000000743db03540fa59f71cc7eca0645a4a807cc5f99cfea6fc432769e7fc 1 0.00/1.00 vMB 0
3,573 3,573 000000005c7fae2b7594b35b2aab55f1030db794bd2b2efe67376fc166399140 1 0.00/1.00 vMB 0
3,572 3,572 00000000c541e75089314c0fdd0ea03075d482797004ddb5a7d5d6662ab56ea5 1 0.00/1.00 vMB 0
3,571 3,571 00000000c5791831f832c4b4ae675a2e0381eb7fb672bbf53d47893796a2ae90 1 0.00/1.00 vMB 0
3,570 3,570 00000000e36ec124e74bf62880f41048fb55250e5ba214598e7dfb6f5ad98d3d 1 0.00/1.00 vMB 0
3,569 3,569 00000000ad089a4b935079f3c0257153a58040f3b497a33ff1ba7ff58d2d30a8 1 0.00/1.00 vMB 0
3,568 3,568 0000000027193cac961c3bbf9cbf47f5d2069a7c66dfe3df5a5db160f78d6d3a 1 0.00/1.00 vMB 0
3,567 3,567 000000005d5ba30075901d8663229e15d4241ea1685a2a73d682b2569eccaa63 1 0.00/1.00 vMB 0
3,566 3,566 00000000ec957dd67696e7695e9d50bdbbe7521dd22c46a3273bc2190961d246 1 0.00/1.00 vMB 0
3,565 3,565 0000000080ba78525157e7ba09c1da0b264de5725a3c3d64f7d6f4fcd921222f 1 0.00/1.00 vMB 0
3,564 3,564 000000007d526ce8bc82121f998045c81ddd59c689172f1f4a65f7348dd6bee4 1 0.00/1.00 vMB 0
3,563 3,563 000000007b9d81cc19037d1522c5151517f8c2780a60f0ab37296e184497477c 1 0.00/1.00 vMB 0
3,562 3,562 000000009c0c9f64016ec8148feec752fca0f197e2b8434aaa31939ec7479fb2 1 0.00/1.00 vMB 0
3,561 3,561 000000005c0d9b2f8bc46a08e90891a92322533c7dec22398bde2ec5cf6f2e3c 1 0.00/1.00 vMB 0
3,560 3,560 0000000072a28560ea6d957b2966a9cccdaa1846bccd2d07b10509de84f6f270 1 0.00/1.00 vMB 0
3,559 3,559 0000000071add5efd47ec95c09f0eb33f488a122dacabcf0fdf6a29eb9d496cc 1 0.00/1.00 vMB 0
3,558 3,558 000000006e432237ce5e8ba21746594215d84e75659ed41fe065c9bf14bc04f8 1 0.00/1.00 vMB 0
3,557 3,557 00000000d09ec045b533f4e377e4fbe35c370e5a4a7f503773c698178f3b3589 1 0.00/1.00 vMB 0
3,556 3,556 00000000ce9fdfb294f56b62cda68b885d7aea0fab8e21a000799a53f53d07f7 1 0.00/1.00 vMB 0
3,555 3,555 00000000d78992891a9b944796364086e5c7e00b9cde093d958c8662f3528d64 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.19 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: 653.73 GB
    • Received: 14.03 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.