Loading Tool

Explorer IconExplorer

Memory Pool

39,859 transactions
27.70 vMB
0.06969635 BTC
Random Selection Loading Transactions
Max Size: 141.71/200 MB

Candidate Block

Mining Attempt 91c7d0848c9cf4af3bc415a1d3d9d5b88cf36981bc808753efb3b0b9fc2eec92
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root ddc11c28a0cf096d0a3f30f7f142cbf026c56aa53ed945d09920eef65ece51a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,836
Size: 1.00 vMB
Total Fees: 0.01667964 BTC
Feerates: 100.95 > 1.67 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (330,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,485 584,485 000000000000000000194267dba8046beadf3f970e38458a470b07fe4fcb4102 1 0.00/1.00 vMB 0
584,484 584,484 00000000000000000006f86abb26c9242e1abd3b23a69ba82bf6933fdb3a949d 2,700 1.00/1.00 vMB 46
584,483 584,483 00000000000000000005d66e81049945ca5f9abca72b7de70829be2300196339 2,054 1.00/1.00 vMB 52
584,482 584,482 0000000000000000000c0470564ef46f63eac7303df827a7ea6d585b28ea3a3d 2,833 1.00/1.00 vMB 14
584,481 584,481 0000000000000000001307f7ec3d7d7af558d1b3c75d9d3b2c1bbf8ad16bcc83 1,859 1.00/1.00 vMB 30
584,480 584,480 0000000000000000001203b8f423957bdb0ff6fb3da60df85e7fc595de59bc9e 2,531 1.00/1.00 vMB 37
584,479 584,479 0000000000000000001c7ea36067ac1ede695f1ba4ca249513c2013f7e55f55b 2,392 1.00/1.00 vMB 33
584,478 584,478 00000000000000000016ed708cd4ddc640a4c10f16c37854a094cc5a4ea24336 2,250 1.00/1.00 vMB 25
584,477 584,477 0000000000000000001ec44e1c522aea0d2c6a2781e718e90ae2ebcfe41515a3 2,938 1.00/1.00 vMB 62
584,476 584,476 00000000000000000007a5d8303268ed4e5b944d64bcfc521fb763fd28be3395 2,493 1.00/1.00 vMB 42
584,475 584,475 00000000000000000019ef3e3672549319b23dfaf99e06c611f556711c198799 2,189 1.00/1.00 vMB 64
584,474 584,474 00000000000000000002812c3e9507f93d2e776cebdd8dd876df0b890ac1f89c 2,619 1.00/1.00 vMB 42
584,473 584,473 00000000000000000002004ffe61ef53abc94783d26b8143b60c4a66c5ad4125 3,075 1.00/1.00 vMB 82
584,472 584,472 0000000000000000000339d830219699d29a22065e2db64dcb5dd0b22071f43d 3,131 1.00/1.00 vMB 87
584,471 584,471 00000000000000000020def7bd54e880fcbff4fbcab68d66846360c515aecf82 2,663 1.00/1.00 vMB 44
584,470 584,470 00000000000000000011e3b03529667a5e65530ede5aa51d42f6eecfe269a0c9 2,043 1.00/1.00 vMB 47
584,469 584,469 0000000000000000001f67f0208deeaf5bdb6e0d456960545de563bc3dad4220 3,095 1.00/1.00 vMB 70
584,468 584,468 0000000000000000001771dcf9efcf6caefdca97589b04718a066266dbfaf8a1 2,340 1.00/1.00 vMB 64
584,467 584,467 00000000000000000020107dd313e98e71774caebd4c67c937f15534280e17c1 2,524 1.00/1.00 vMB 73
584,466 584,466 00000000000000000004fc485efc4b6a27a4ae49e8003ba7b6a4008a808c9a32 2,471 1.00/1.00 vMB 46
584,465 584,465 0000000000000000000e157e6c25cce42680784b1d26bb26b7f42d171f31ce30 2,707 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 781.76 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: 632.30 GB
    • Received: 12.11 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.