Loading Tool

Explorer IconExplorer

Memory Pool

74,399 transactions
29.59 vMB
0.09365743 BTC
Random Selection Loading Transactions
Max Size: 171.87/200 MB

Candidate Block

Mining Attempt 59ae1e8219956aa6086bc2ecb8a963a1240e33501d2b64fb6da599f6dede9797
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root a881ac4188cff2b7f9468332575afe91184dc97dca1390f46a97c3c7d6af9554
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,586
Size: 1.00 vMB
Total Fees: 0.02545642 BTC
Feerates: 150.36 > 2.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (422,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,037 493,037 000000000000000000241af9772445b06cd7ab29d6b349d7894260b061aed434 1,871 1.00/1.00 vMB 267
493,036 493,036 000000000000000000b3a04d8f1a12bd1c0725c23305f5a4b8d6b0cbb7903088 2,693 1.00/1.00 vMB 325
493,035 493,035 0000000000000000002f062698fd4bba00af3cb79fe5d3e7c6b91c25c1011af8 2,204 1.00/1.00 vMB 222
493,034 493,034 0000000000000000008e5c6f611b9416e315600aeb83e0e8663818b09964bf4c 2,637 1.00/1.00 vMB 250
493,033 493,033 000000000000000000a3b2b92caa1a2650c5c2dccd90a03e9ebf3705ef002428 2,034 1.00/1.00 vMB 258
493,032 493,032 000000000000000000208c4aa684fe4079782eb1b9cc38bb5bf59b5fbb8dc5a9 1,881 1.00/1.00 vMB 267
493,031 493,031 0000000000000000006e47c5de83f8c524d2f7e4b65f69c08fa59211c3814789 3,061 0.94/1.00 vMB 362
493,030 493,030 00000000000000000079e2790f18d1ce103e42cf2f5e34c77d8922476f9a767a 2,556 1.00/1.00 vMB 300
493,029 493,029 000000000000000000394b62d4b35a8e873601d67a9c09459e5604e35c0d088b 2,107 1.00/1.00 vMB 233
493,028 493,028 0000000000000000005f2defb0e5fdac1c82aec58ad2132988654c7ddd47f033 2,135 0.94/1.00 vMB 281
493,027 493,027 00000000000000000078a000ee612d33675b23732f41a5eab974ba225f7e04ad 2,986 1.00/1.00 vMB 319
493,026 493,026 0000000000000000005c170180b67eb40d392fc0d0959836683af36bacc24d9e 2,260 1.00/1.00 vMB 240
493,025 493,025 0000000000000000009969a10fbd3020de18e4724ecdfcdf640035a5d817876b 1,777 0.91/1.00 vMB 272
493,024 493,024 000000000000000000873d8ac25306fe8494a043ba55a9583c542e7cfd2a8ab9 1,485 1.00/1.00 vMB 273
493,023 493,023 0000000000000000003075a7cb6ce10b233eb350aaed359d2ea2c081e70b9352 834 1.00/1.00 vMB 270
493,022 493,022 0000000000000000004b5e4821b25a514f44eca816f0ff54fa9e12e211ec8b4a 1,318 1.00/1.00 vMB 259
493,021 493,021 000000000000000000c12967f20a857531f74f8c6bae63e2461c8c9ad32382f6 2,512 1.00/1.00 vMB 310
493,020 493,020 0000000000000000005dd5f093020ee9e038fc654101133b7b3799055ca1d060 2,310 1.00/1.00 vMB 135
493,019 493,019 0000000000000000009b140fce4cfd67a1a8a3fa6b7f9e5ed8c1b20e59fe1b88 2,208 1.00/1.00 vMB 241
493,018 493,018 000000000000000000360d7cabdb59720d5ebc838bd754fc1b7863b11772dab1 2,382 0.97/1.00 vMB 179
493,017 493,017 000000000000000000887fb728da32a20aa9d02658a61ebdc2fc0a564bb08849 2,119 1.00/1.00 vMB 157
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.