Loading Tool

Explorer IconExplorer

Memory Pool

43,631 transactions
27.33 vMB
0.06959457 BTC
Random Selection Loading Transactions
Max Size: 143.38/200 MB

Candidate Block

Mining Attempt 7838ae204a9f6d8c60b3853cad7e9c3b190331541b55e6e3302e1cbf1637deb8
Version 20000000
Previous Block 0000000000000000000016a2e4f654442fd3c68b01796737d538082af92a4f49
Merkle Root b815072ff726c87868463fdc4a62a85fc01b9b9724230c4bea4b06fffa31ec9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,178
Size: 1.00 vMB
Total Fees: 0.01835517 BTC
Feerates: 298.50 > 1.84 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,920 (354,203 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
560,717 560,717 0000000000000000001b39f07c8339670d374a4e7a3963e661fb0b025d67d2a6 2,014 1.00/1.00 vMB 19
560,716 560,716 0000000000000000000b8cfee1b3793e633cb61e65ac36c79d2a820fa3bd0bf6 2,866 0.90/1.00 vMB 16
560,715 560,715 0000000000000000001857a91934c3f9ae8ad79ad15172ac0d516aec0ec3f862 2,518 0.76/1.00 vMB 12
560,714 560,714 00000000000000000029aa02a6475db129b34df14347a0d60429fe6baed5fc4a 2,763 0.84/1.00 vMB 17
560,713 560,713 0000000000000000002b5810bad23515912db0945f21ec89115c2a81b1b88491 3,311 1.00/1.00 vMB 12
560,712 560,712 00000000000000000024bd36643b8b07bcee4f496fa8599a1841a15e8ecf6a85 2,881 0.94/1.00 vMB 12
560,711 560,711 00000000000000000006296c039f51a6939fc839c2a8f72988bd12e1633abafc 3,163 0.98/1.00 vMB 14
560,710 560,710 00000000000000000003132112cbddfb8afbcaacdffcd8d6067831a58d1932a2 714 0.25/1.00 vMB 11
560,709 560,709 0000000000000000000742b6703997bcc52a94c1c776f2f7ed03e52800c9cb92 698 0.27/1.00 vMB 6
560,708 560,708 0000000000000000002667652f3e1d11194ad6ece15efd1c4fe9db987cfd5369 2,051 1.00/1.00 vMB 4
560,707 560,707 0000000000000000001dd27baa6b7651921b8d3ea241eb95bc2b8b2a234141af 3,054 1.00/1.00 vMB 10
560,706 560,706 00000000000000000017798409df32c49c7d8b5c93ea9868ba59f301b96d4c5c 3,255 1.00/1.00 vMB 37
560,705 560,705 0000000000000000000d9dda46cd0fa5e8560570087a8a24e20d019e47202678 2,992 1.00/1.00 vMB 19
560,704 560,704 0000000000000000000ceea93726214dc0a1d6cf9ea659533a1460f8b852ff78 3,285 0.95/1.00 vMB 13
560,703 560,703 0000000000000000000add52f8632de8bb405dc5a1c418d3ad7a30bc86d6456b 1,920 0.65/1.00 vMB 19
560,702 560,702 0000000000000000002a5c30f52d7a83429c39fb28e41e9ce5254250dd47c179 2,776 1.00/1.00 vMB 13
560,701 560,701 000000000000000000052eb16c0f325db1d4b763e560d2e3cceed40f23caf9ad 1,496 0.45/1.00 vMB 14
560,700 560,700 00000000000000000005145955b4ac7d9b4281eb34804f508bdd809f735f5e88 3,445 1.00/1.00 vMB 3
560,699 560,699 0000000000000000002c58b428f26173085d55e10922254ff8fe36c30960a4d2 1,547 1.00/1.00 vMB 16
560,698 560,698 00000000000000000024a0303bb5e46bfcee93fb352b177136b04b7d618c8a4b 3,477 1.00/1.00 vMB 24
560,697 560,697 00000000000000000001ec32e8af5ad4e90a32b228e7682d0161eea4f11284bb 2,124 0.64/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.25 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: 655.38 GB
    • Received: 14.29 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.