Loading Tool

Explorer IconExplorer

Memory Pool

81,807 transactions
30.10 vMB
0.09586970 BTC
Random Selection Loading Transactions
Max Size: 181.70/200 MB

Candidate Block

Mining Attempt de32bf7d05cec96c7212045e563a8b84c949cc5cff11db52cee0075c3d301303
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 47258f59f3634c08cc3f1244e854f321517c017eb14bd81b4531d7fe4a734d9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,964
Size: 1.00 vMB
Total Fees: 0.03411277 BTC
Feerates: 526.32 > 3.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (272,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,516 642,516 00000000000000000007addd6365a3e5aaec6a440bf36414d445f160ab4d61fe 2,970 1.00/1.00 vMB 120
642,515 642,515 0000000000000000000aa37f40dfb9242ac51cbe0a1135e8dc7df68b67e1cc11 2,705 1.00/1.00 vMB 161
642,514 642,514 00000000000000000006a88394beff3f7b276d44b6f076486d7620948f149ff1 2,010 1.00/1.00 vMB 155
642,513 642,513 00000000000000000001cbb215e9a4425153aa3f984ca5ebb25f5d272097416c 2,328 1.00/1.00 vMB 156
642,512 642,512 000000000000000000067f1f2bec6fbff430397a1d285f4d14f95da38631481e 3,062 1.00/1.00 vMB 194
642,511 642,511 0000000000000000000bbc7208d52e382c04e0fb8a936b01e16ed33f85a921cc 2,025 1.00/1.00 vMB 115
642,510 642,510 0000000000000000000d51c3d69bd0be598f4b21910c8d7339b7a0232ceac9b8 2,913 1.00/1.00 vMB 134
642,509 642,509 00000000000000000009f5aa6f27295efaa3f7d246f7cd8179bc45d31ef90a19 2,789 1.00/1.00 vMB 162
642,508 642,508 0000000000000000000e7b77039e13ea14aa3e6b65e4065588c310ad63f96985 2,873 1.00/1.00 vMB 183
642,507 642,507 0000000000000000000b1500d4c15b3c148e6789eaf8787b2f19e795d25fd6a8 2,035 1.00/1.00 vMB 122
642,506 642,506 0000000000000000000acdde47bd3088f434dd0a90e34f67c04457b0c12dd91d 2,307 1.00/1.00 vMB 148
642,505 642,505 0000000000000000000bd208e9120d55747ff02622d5cf70bb5eb066620956f1 2,603 1.00/1.00 vMB 156
642,504 642,504 00000000000000000010a26e4b95abf514ced6b505e5b3fc10617d1e4b95d58e 2,332 1.00/1.00 vMB 173
642,503 642,503 0000000000000000000662c0364ab6ca15991cd4f5aa540d3c58748083ff4caf 2,831 1.00/1.00 vMB 188
642,502 642,502 00000000000000000008bb31bd5cedda499e5195f7370a4d336630155b21cf5d 2,726 1.00/1.00 vMB 86
642,501 642,501 0000000000000000000cf552a4935c5d6f9c8838b03af02f266dada0519ad381 2,775 1.00/1.00 vMB 85
642,500 642,500 00000000000000000009a14014e3f01f0cd55079af30bf6ab1105696ead7ef23 2,647 1.00/1.00 vMB 90
642,499 642,499 000000000000000000076c316e4e7c48628ec0a453d02d2a1f6dc26f437b19a6 1 0.00/1.00 vMB 0
642,498 642,498 0000000000000000000de294bef1c1646e21636bff5c71104792deb63a58f508 2,773 1.00/1.00 vMB 119
642,497 642,497 0000000000000000000f4a471d399613a30b33aef218204e94971d480cd8a645 2,194 1.00/1.00 vMB 122
642,496 642,496 000000000000000000109f0d91d059281fdbe8edb35c817fe6ecdd518b668c91 1,494 1.00/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.