Loading Tool

Explorer IconExplorer

Memory Pool

39,295 transactions
28.59 vMB
0.06379460 BTC
Random Selection Loading Transactions
Max Size: 145.14/200 MB

Candidate Block

Mining Attempt 22c2a11cad91df676b305e368fcd63ca3961ece897c4ef61bbc365b937a0b1b0
Version 20000000
Previous Block 0000000000000000000186c7ba41504e3c56aa55a75f75b0a4e62a8078c7e70e
Merkle Root 2d1357b90614e01b6ec0d7ffdc8ec4f761f0925cf90baedc003556fca7d6cd51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,584
Size: 1.00 vMB
Total Fees: 0.00855414 BTC
Feerates: 50.27 > 0.86 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,575 (283,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,381 631,381 0000000000000000000a2392332a28e63d340755d3904efb519b6d7aba55d4ae 2,022 1.00/1.00 vMB 53
631,380 631,380 0000000000000000000931af471e36182035f2db13236a7638219ef229588bea 2,711 1.00/1.00 vMB 41
631,379 631,379 0000000000000000000106c1794e35ffcb5419d9215ecd2bc3107c3cd4686cbb 2,030 1.00/1.00 vMB 15
631,378 631,378 0000000000000000000892c956445a1a5bdccb1c937d470bd3ce5f7da2693177 2,486 1.00/1.00 vMB 43
631,377 631,377 0000000000000000000a989a625462123a30e4de9b8c9866177f9ef6b2566183 2,352 1.00/1.00 vMB 26
631,376 631,376 0000000000000000000cfbda1d4609977c7106884143ffe3ec218a381a80a2a5 2,511 1.00/1.00 vMB 66
631,375 631,375 0000000000000000000adb5ac4aadad0dbff69151a98966546244212d2d882db 2,538 1.00/1.00 vMB 52
631,374 631,374 0000000000000000000cb5d7d8137f81890bbcf34bc2658de1043703deb4ccd6 2,861 1.00/1.00 vMB 50
631,373 631,373 0000000000000000000d0ff969730ccff1dcb9ee06a0f1ecc01a5914a5d86e15 2,679 1.00/1.00 vMB 57
631,372 631,372 000000000000000000056dc77085d19374f57bef61fea5f43cf757936e81e9a4 2,348 1.00/1.00 vMB 75
631,371 631,371 0000000000000000000602d230ccf11b089e2c7232bdb72431be78d6b156ab8a 2,494 1.00/1.00 vMB 110
631,370 631,370 0000000000000000000b34e895dee918a1fa53414e11fc3825b67b4c3a000bdf 2,758 1.00/1.00 vMB 91
631,369 631,369 00000000000000000003f06322a4b112dd75cec64d70747d2a7d173af61a7c5d 1,208 1.00/1.00 vMB 57
631,368 631,368 0000000000000000000f4d6aff96cc1a72d4bdb1e46a076843639e92f1c0d36c 2,898 1.00/1.00 vMB 60
631,367 631,367 0000000000000000000ebce68be2ea3381a4ab36cad66c18cb418c709debc45a 2,489 1.00/1.00 vMB 77
631,366 631,366 00000000000000000002e38dbc5e38f7b6c35751aef9570f598d8afd1621c44e 2,238 1.00/1.00 vMB 192
631,365 631,365 0000000000000000000542bb2b7e37c79b96064dc6f95445f89e17524108b310 1,032 1.00/1.00 vMB 33
631,364 631,364 00000000000000000006f060593d0696e8b511ba16fae5b152f17c317a442555 2,178 1.00/1.00 vMB 122
631,363 631,363 000000000000000000024543adb3b57d934917ffbe0cbfa7a53a9b73f62d277d 2,295 1.00/1.00 vMB 92
631,362 631,362 0000000000000000000ea95c4b561b2ae3e7cbb319287153925afb4f81091c95 3,150 1.00/1.00 vMB 132
631,361 631,361 000000000000000000028e1d6c21aeff27788a5aa94971d301be1767e698ece2 1,912 1.00/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.29 GB
    • Received: 11.62 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.