Loading Tool

Explorer IconExplorer

Memory Pool

75,167 transactions
28.94 vMB
0.15742545 BTC
Random Selection Loading Transactions
Max Size: 171.02/200 MB

Candidate Block

Mining Attempt f562f3fd878c27c6a6f9c03d5f319d5cd9349828ab4bdeff49ac73563bd069c1
Version 20000000
Previous Block 00000000000000000000c0368a6a299300836a053555957b7a6df568fc9b47d0
Merkle Root 9de6866fae7fd44a15cf4d546d6ea06260c613fa0d0db569efcfaf9f0c4c83fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,901
Size: 1.00 vMB
Total Fees: 0.09706300 BTC
Feerates: 502.67 > 9.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,038 (439,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,327 475,327 0000000000000000002f8997400b5b57dc91e0b68d890899d0022bef4013d54c 1,132 0.58/1.00 vMB 132
475,326 475,326 000000000000000000c41f4724626d2d2b5874ca480c11640cc079eb51c4a530 1,465 1.00/1.00 vMB 98
475,325 475,325 00000000000000000085e14c50c0041196ebf68884fc963ca5788e6d44142a5d 817 1.00/1.00 vMB 51
475,324 475,324 000000000000000000fc70988a7d93b0baf351ecf0a07d9782471bad087be429 762 1.00/1.00 vMB 48
475,323 475,323 000000000000000000616416f225ed9b818520d19b13cce95cb2e71d308359fb 1,760 1.00/1.00 vMB 75
475,322 475,322 00000000000000000187e55d83cd7d7b87027ebff90f5a8287bcd84ef6738e9d 1,753 1.00/1.00 vMB 43
475,321 475,321 00000000000000000017ef6d07f1ffb5fd23533e8e1081d24601a5e47f8f1589 1,966 1.00/1.00 vMB 231
475,320 475,320 0000000000000000012a5338e007a109fdbaa46e3fad108d8a2f1f1dcb3f6446 2,159 1.00/1.00 vMB 68
475,319 475,319 000000000000000000746bcc20463036af6deb09931d78fbd02546042b80f1d1 1,733 1.00/1.00 vMB 130
475,318 475,318 00000000000000000121c2bd67ada3ebfaaa9b30bd01d0e71a4e52695a7ef938 2,594 1.00/1.00 vMB 255
475,317 475,317 00000000000000000087f9737e8022e5ae5d91bdbfe35132d6dd7272d688760a 2,537 1.00/1.00 vMB 48
475,316 475,316 0000000000000000004c65981edc26edc833ecc96c250e1448d35d4306aea1cf 1,921 1.00/1.00 vMB 95
475,315 475,315 000000000000000000cf682717ead7016746017175a798ca87f70776fb113a15 2,743 1.00/1.00 vMB 258
475,314 475,314 000000000000000001884c83c7f33ce501ed2bdba6c67978c6a3ec23a6b7a4ae 2,023 1.00/1.00 vMB 106
475,313 475,313 000000000000000000203baa323463bfb27a3b85fde72d30db9921983b812834 1,340 0.69/1.00 vMB 217
475,312 475,312 00000000000000000101924a136d3dc5f97ca431c39198591b7f87958f76a197 1,673 1.00/1.00 vMB 155
475,311 475,311 000000000000000000216ca7416e1c0d06c32eda32ef9e2a3ae34f29c079bf42 2,312 1.00/1.00 vMB 105
475,310 475,310 000000000000000001306c9fe38f35f71c4c65ef2db82a12719f382801d7d143 1,503 1.00/1.00 vMB 62
475,309 475,309 0000000000000000011d8281e7359543503aac0f7489df1a3148f3be6f950f2f 1,894 1.00/1.00 vMB 229
475,308 475,308 000000000000000000e160d7e186736ed8bf19e7f7afb97b7c15ef9c2d06a04e 2,043 1.00/1.00 vMB 244
475,307 475,307 000000000000000000a92d0a6b8d2e430544bf6bb9d0cbef7fbbe0b9d46eb16a 892 0.49/1.00 vMB 219
Previous 10 blocks ↓
Total Size: 782.46 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: 667.79 GB
    • Received: 15.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.