Loading Tool

Explorer IconExplorer

Memory Pool

82,013 transactions
30.50 vMB
0.13348414 BTC
Random Selection Loading Transactions
Max Size: 183.54/200 MB

Candidate Block

Mining Attempt 18506eb003903746a10a2b1210cb5c0b859a943bd8de7ba1824e9031de6117b5
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root b4a57951e3059ed964bb16f200b769e4b6650977be399cebb6218da958c232c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,206
Size: 1.00 vMB
Total Fees: 0.05193715 BTC
Feerates: 302.06 > 5.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (49,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,979 865,979 000000000000000000025438a6033c5e82bea5019b9b7dbc56b764bd46501036 4,495 1.00/1.00 vMB 85
865,978 865,978 000000000000000000025bb026976ec6628650791c5ce990ed483c3b6b3401f0 6,375 1.00/1.00 vMB 64
865,977 865,977 00000000000000000002787b263c5debd0513e2d25fa871429b361b40ad85d58 5,699 1.00/1.00 vMB 81
865,976 865,976 000000000000000000002b654e0dbfec2f64e2305286f5e7930231dc9ffca431 5,919 1.00/1.00 vMB 115
865,975 865,975 00000000000000000001f9d101cd0d836069aaf1cca5fc35788410a0988d7669 5,007 1.00/1.00 vMB 168
865,974 865,974 00000000000000000000ad9dc8c52a5249151a471b02d6ad3e74a2d8a0d69833 5,388 1.00/1.00 vMB 214
865,973 865,973 00000000000000000001c8dce64b02f4d7f50032b439d9a80aa97f678c9a45ab 6,639 1.00/1.00 vMB 253
865,972 865,972 000000000000000000025ebf83b12ec32e661cca7cc4392232b1c970d1a7350d 6,527 1.00/1.00 vMB 230
865,971 865,971 00000000000000000000124d0c537b45738b0573facc0da0e5f6ee1c00a1ae8a 6,706 1.00/1.00 vMB 217
865,970 865,970 000000000000000000021f4ffcf8b361cd6a82f1698bdd8090879ded8892643d 6,555 1.00/1.00 vMB 242
865,969 865,969 00000000000000000000f44405b7ed7c0f7c20c2755982f1bf4dfa71df06e67e 6,071 1.00/1.00 vMB 260
865,968 865,968 000000000000000000018c8b438bcb8adf73f9cf24a1b490f5a2ae8ad89c0197 6,354 1.00/1.00 vMB 194
865,967 865,967 000000000000000000006f1c5963fd37357bf796f30ce45a2135b7e51b2a259e 6,269 1.00/1.00 vMB 246
865,966 865,966 00000000000000000001cef1770a3f9f257a3694cf278e943924725f77260104 6,051 1.00/1.00 vMB 267
865,965 865,965 000000000000000000001637331d14a671363491d27e0e13195adecf5381470d 6,578 1.00/1.00 vMB 173
865,964 865,964 000000000000000000017e65ac1f48606a4689188e53dc8b44ca295de3eb5760 6,462 1.00/1.00 vMB 227
865,963 865,963 000000000000000000005b9c2c34f507e505f5aa7205db7db7ee2ca9894567f9 6,540 1.00/1.00 vMB 271
865,962 865,962 00000000000000000002926a9eeba70b25d1578baff79092be77f062c3d10a4f 6,400 1.00/1.00 vMB 346
865,961 865,961 00000000000000000001687a648d1b37d1fd876c8d2f5e42c74a34d91bc531cb 4,793 1.00/1.00 vMB 411
865,960 865,960 00000000000000000000a50e24a56f17a12f7f35198e20ac49f581866bdf3d13 6,731 1.00/1.00 vMB 93
865,959 865,959 00000000000000000001f94e57dcb5bca146da4c14fcb9d014845c796976c0bc 7,171 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.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.