Loading Tool

Explorer IconExplorer

Memory Pool

38,722 transactions
28.69 vMB
0.09323731 BTC
Random Selection Loading Transactions
Max Size: 145.45/200 MB

Candidate Block

Mining Attempt 4acd30b527c06e6f33bc33e024c8c9d8c26d2e9f1260105bd4cb7dc7c7ec5e65
Version 20000000
Previous Block 00000000000000000001dc6bc120bc9a373009a41af3c4d673cecfe09352bc0f
Merkle Root 1021a7af52f2a1459d989249fba0cca42e83f50582254855d17c46b7b84405da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,216
Size: 1.00 vMB
Total Fees: 0.03774904 BTC
Feerates: 150.92 > 3.78 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,548 (331,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,581 582,581 00000000000000000006f055f51f2ac02a676045fbddf95469ff25edca414eb1 1,468 1.00/1.00 vMB 122
582,580 582,580 00000000000000000024cee83cb32d3f58196091c1a50c5a2d230766413c3c73 1,524 1.00/1.00 vMB 118
582,579 582,579 0000000000000000001c7ba0c400cea117ececa8ddc36952d573c42a92f8a341 2,503 1.00/1.00 vMB 140
582,578 582,578 0000000000000000001417f70343a087648562cab2f0050c9c2b04248c403fc2 458 1.00/1.00 vMB 114
582,577 582,577 00000000000000000023aa78df21f978272a46fef1186a963ed81cc225a82892 776 1.00/1.00 vMB 118
582,576 582,576 00000000000000000005f6d4c98a48acc18b3fcca21532848cfb0f0bba6a1d94 2,282 1.00/1.00 vMB 141
582,575 582,575 0000000000000000000aae7474951bf8f892b2d2456f2fb3395f47aac714d2c4 2,057 1.00/1.00 vMB 113
582,574 582,574 0000000000000000000692ec665410f7119350a8276920ea01774471d8664bce 2,480 1.00/1.00 vMB 108
582,573 582,573 0000000000000000001702da0b85cc07b246a0a6860f695d624f54ddcac07783 3,048 1.00/1.00 vMB 125
582,572 582,572 00000000000000000005def68cd6c8d3b95df3d780e67331d9a4f336261a067c 2,590 1.00/1.00 vMB 124
582,571 582,571 000000000000000000184739aa0e1eeff0c185f64854d9cb0a4156eea4403a76 2,678 1.00/1.00 vMB 144
582,570 582,570 0000000000000000000e725d6ca17cc0cc9658e8b1881ab909d1b89c8def9033 2,286 1.00/1.00 vMB 90
582,569 582,569 0000000000000000000ed1990f395c207e42fcee30f758ed1f8f528a4859801d 2,226 1.00/1.00 vMB 107
582,568 582,568 0000000000000000001ddd0c0c290ad2dbe887e698bf6a20f02d8622fc867e1c 2,245 1.00/1.00 vMB 105
582,567 582,567 000000000000000000259466b70b0b2453d093cdb4e291aebb5d15e2ec095a9d 2,955 1.00/1.00 vMB 154
582,566 582,566 0000000000000000002203c533a20c7b8cd009896c21ebca42405a8e6e4345cd 2,894 1.00/1.00 vMB 124
582,565 582,565 00000000000000000010cb1651aeb511c7c859b0ae0880c9d6f19e30b37109e1 2,529 1.00/1.00 vMB 156
582,564 582,564 0000000000000000001da29bdc9efcee924790647a8919ee15918f791fa50226 2,264 1.00/1.00 vMB 112
582,563 582,563 00000000000000000023d37be02999c7ca979cd9c6568d62c1a65702599b992e 2,051 1.00/1.00 vMB 109
582,562 582,562 000000000000000000239bd324185c7e9175b05f782f40b62a23e22e439d5d97 1,710 1.00/1.00 vMB 119
582,561 582,561 00000000000000000017ab791364a9353f77fbcce8e1de35e90f08ade4601601 3,253 1.00/1.00 vMB 137
Previous 10 blocks ↓
Total Size: 781.58 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: 623.05 GB
    • Received: 11.41 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.