Loading Tool

Explorer IconExplorer

Memory Pool

45,876 transactions
28.62 vMB
0.07438396 BTC
Random Selection Loading Transactions
Max Size: 152.01/200 MB

Candidate Block

Mining Attempt 8332b749db717cac17cdca74f686d703b2655b03c63ccfd59b97ec4773257628
Version 20000000
Previous Block 00000000000000000001d31dd75d38543959c8b9e526cb3be5dabf3325e25fb6
Merkle Root 6b7e08b33dba1c060ff897af4013e1705a3d256f3478e122d6b1ef826ae5cc91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,355
Size: 1.00 vMB
Total Fees: 0.02008439 BTC
Feerates: 361.66 > 2.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,850 (338,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,457 576,457 000000000000000000234a55e3d3ce082009de77aeed601e9751475963417f7d 2,489 1.00/1.00 vMB 212
576,456 576,456 00000000000000000002562b014e731ada9a2e96a32bfd213d9bdc432ede3ff3 1,972 1.00/1.00 vMB 116
576,455 576,455 000000000000000000062c8ad64f409c3eb105e1f01a9cf8079795a0d850ee8d 2,597 1.00/1.00 vMB 147
576,454 576,454 0000000000000000001b5599c571223b442c32427e699588b2d37f4024950a02 2,243 1.00/1.00 vMB 172
576,453 576,453 0000000000000000001ff3a084dc4dc8274580b2ed71c1ddc1a99511ec6fc2bd 2,835 1.00/1.00 vMB 200
576,452 576,452 000000000000000000236207d4fa8081a7df1c13d963b0b3571fb185bf2ad6d0 2,557 1.00/1.00 vMB 101
576,451 576,451 000000000000000000291c342565af3b8038ab7b7af3f70605196b7407155686 2,979 1.00/1.00 vMB 185
576,450 576,450 00000000000000000014da3ad0b447672a9e75fb8a989b24d062b11398645c74 2,020 1.00/1.00 vMB 57
576,449 576,449 000000000000000000001a24f474fb96d23bd4b6901b32fbecdf35b1d88481c9 1,976 1.00/1.00 vMB 61
576,448 576,448 0000000000000000001e45a0cf0f7a981a8ad1a1fa9a392595805b426f348c0f 2,525 1.00/1.00 vMB 122
576,447 576,447 00000000000000000000d5afd9aa79d7b0bcdccf69ac2f62e7900f8f3f00ca5a 3,150 1.00/1.00 vMB 69
576,446 576,446 000000000000000000136be4819e7f2558276426230162e13c3e7b8d1bc00eac 2,945 1.00/1.00 vMB 144
576,445 576,445 000000000000000000195dfed94abd76f9e663206170289301b9e47aab73f019 2,444 1.00/1.00 vMB 144
576,444 576,444 0000000000000000000b683d418a2a1010b677886ba2bee8929e8c1358545fbd 2,555 1.00/1.00 vMB 158
576,443 576,443 0000000000000000001fee83ea61e45b52e4064201840ef831cc38f9b7d54d3a 2,144 1.00/1.00 vMB 117
576,442 576,442 0000000000000000000eaa7697c99dd05fe7f54265e86efbda5aca2aa46d0698 2,783 1.00/1.00 vMB 178
576,441 576,441 0000000000000000001099696e5fe89926811499a514f30068037f1a852a10ac 1,721 1.00/1.00 vMB 168
576,440 576,440 000000000000000000099ada51882bf9d5d1a4ea9498161d36eb2a4f187b0b71 2,359 1.00/1.00 vMB 188
576,439 576,439 000000000000000000221dac56cd4efe5e0a41050190e9925142ed2fb2170535 1,960 1.00/1.00 vMB 76
576,438 576,438 000000000000000000031231734d5846a4b2c7c270ca3a1b8788d0e981019d71 2,445 1.00/1.00 vMB 61
576,437 576,437 0000000000000000000f3189b2eb866e24c79bac825f4c60aa723da297ce9223 2,501 1.00/1.00 vMB 206
Previous 10 blocks ↓
Total Size: 782.12 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: 652.17 GB
    • Received: 13.74 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.