Loading Tool

Explorer IconExplorer

Memory Pool

74,094 transactions
27.35 vMB
0.06517438 BTC
Random Selection Loading Transactions
Max Size: 167.01/200 MB

Candidate Block

Mining Attempt e8cd69231c4fb0db5f16f45a644a1f1317035d8ff78f8d82a6dc6b6390ac1904
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root aba142165f5198baa28853707c83d74b840469098bc95a12c195080f5683e191
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,527
Size: 1.00 vMB
Total Fees: 0.00696627 BTC
Feerates: 100.53 > 0.70 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (247,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,421 667,421 00000000000000000003b6ef9c52b7583211eb88ca87e30a217bd362322a4b7d 2,286 1.00/1.00 vMB 38
667,420 667,420 0000000000000000000792ccdb999a7e6319a14f210634d11ba0a24a3ae68103 2,431 1.00/1.00 vMB 63
667,419 667,419 000000000000000000015d7f2df409e166be8d6258dc4bc5bd257b2fb1fe636f 1,655 1.00/1.00 vMB 13
667,418 667,418 000000000000000000042af958165c3e983bb0be3bd266b20e59a580963b9d4b 1,908 1.00/1.00 vMB 38
667,417 667,417 00000000000000000008c0c33bde94d4defd43dc048dd7054d4816b919abbe31 2,097 1.00/1.00 vMB 95
667,416 667,416 00000000000000000004988bb5ad73119eab7d96d091226fca2785078792b0ff 563 1.00/1.00 vMB 14
667,415 667,415 00000000000000000002823cdc901f5df1c9f809a6e3ab73e84e79be8b36904c 660 1.00/1.00 vMB 27
667,414 667,414 0000000000000000000484aa0f32bc4234c052ec7d3d052b932aa202b9600015 1,264 1.00/1.00 vMB 24
667,413 667,413 0000000000000000000aa3fe6f9dc51cd845e01232ef57d4393fe194b13b1949 438 1.00/1.00 vMB 11
667,412 667,412 00000000000000000002ba60723ca39151bd3ceb66fd33e76f00e57deb67f915 428 1.00/1.00 vMB 10
667,411 667,411 0000000000000000000cd5de52f789851c641130f735aecfda3a35bcebc7ffb3 388 1.00/1.00 vMB 11
667,410 667,410 00000000000000000000477f09847a1b5545db738fce4d1ff8d3383eab950df5 225 1.00/1.00 vMB 6
667,409 667,409 00000000000000000002fed315f56632659e354fe604438ba85415a7dde903a8 307 1.00/1.00 vMB 12
667,408 667,408 00000000000000000002ad7629c4fabc2539896e02508624c089f5747f6c20bf 1,415 1.00/1.00 vMB 32
667,407 667,407 00000000000000000003cfdc2915df45165554726636ffa913de871529de6044 71 1.00/1.00 vMB 4
667,406 667,406 0000000000000000000347dbf8a0e455f9ed1e117ee771b3b26a2cffee03194d 2,240 1.00/1.00 vMB 41
667,405 667,405 000000000000000000024ee0a173969bbab54c7108a9d4225317300b1868897a 587 1.00/1.00 vMB 18
667,404 667,404 000000000000000000060411361645f247715403779ac21fbab52bd5e3afe93e 1,795 1.00/1.00 vMB 47
667,403 667,403 000000000000000000098a6770ba523b1bc8eaabfd14925de6b382438fb57e0e 99 1.00/1.00 vMB 9
667,402 667,402 0000000000000000000bb41161d8149f3954dce2178114fe43eac4b08491ad3c 1,412 1.00/1.00 vMB 36
667,401 667,401 000000000000000000059c058896db44d4cddf3eabb934d43775e164ee09410d 687 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.83 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: 711.63 GB
    • Received: 17.10 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.