Loading Tool

Explorer IconExplorer

Memory Pool

74,993 transactions
27.63 vMB
0.07369666 BTC
Random Selection Loading Transactions
Max Size: 168.63/200 MB

Candidate Block

Mining Attempt bf1795030f8c1f85044146aa98dd9b5aa7c581df95f49507842e3de73d8264ea
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 6e5c52d34a8fcb5e45f0fe21100d9208b9135833e5b580790884ca3a0ebac606
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,408
Size: 1.00 vMB
Total Fees: 0.01472240 BTC
Feerates: 80.55 > 1.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (208,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
706,466 706,466 00000000000000000006b177fb60b8e7ae79c2e4ea55bd6b93111d834e75c030 831 0.37/1.00 vMB 9
706,465 706,465 0000000000000000000a27f7a98b211acb57fd8e9b88d8aed4de8903d9026209 74 0.02/1.00 vMB 8
706,464 706,464 00000000000000000002883cffb5f2c2af001d65ce84a95e47243caa1aefdf5a 2,317 0.84/1.00 vMB 10
706,463 706,463 0000000000000000000472f2832cf454425252226b9bd3c6fbc6991748dd8f8d 2,081 1.00/1.00 vMB 8
706,462 706,462 00000000000000000004ad434f84d531badd95240fcc7d8fe7fa4435bf257d13 1,141 0.51/1.00 vMB 1
706,461 706,461 0000000000000000000172a7b4f3e0dd5c16feae4f270e90d0ebf16285d0d790 1,869 1.00/1.00 vMB 6
706,460 706,460 00000000000000000002ef79ca00637bae4afe95135ede0df1f0c2ece7258195 1,024 1.00/1.00 vMB 5
706,459 706,459 0000000000000000000b9f96f6dc94ddf4c89bc4694849a040c0ad460740bd3b 3,080 1.00/1.00 vMB 6
706,458 706,458 0000000000000000000304d635387c7e53e66c848790b87573bcb857b62ecec8 3,463 1.00/1.00 vMB 25
706,457 706,457 0000000000000000000980f18e445facb7ab1156653fdf34266f190234e3314e 626 0.42/1.00 vMB 7
706,456 706,456 0000000000000000000642404e4dea1c7dafb3f743b2eef54071944dd16f30ad 1,593 0.47/1.00 vMB 12
706,455 706,455 0000000000000000000861cd4436944068b69c1f5397f77172ca0a5ac3b9c0e8 627 0.18/1.00 vMB 12
706,454 706,454 0000000000000000000af29d2617516f943c5857f584ec5d7e3cbd130a206600 1,332 0.83/1.00 vMB 11
706,453 706,453 000000000000000000097957d1102e84511b4c36d4f57957fc26d50d8af2b9b4 2,494 0.79/1.00 vMB 11
706,452 706,452 00000000000000000004658b4b5a0b2780e93cfa0f8c97f87a81f4de68b106c5 477 0.27/1.00 vMB 8
706,451 706,451 00000000000000000004c437632b5ae864468ccf55a62ffb6624f152eaceeb57 2,339 0.86/1.00 vMB 2
706,450 706,450 0000000000000000000ce8b00c4fffc8e84574e3adff6f1d2d6f293a380be82a 2,136 1.00/1.00 vMB 5
706,449 706,449 000000000000000000002253698f62888b9ef8883b14aefb8a9d5a25d4fbd6e3 2,757 1.00/1.00 vMB 14
706,448 706,448 00000000000000000000cb9135ccd9608244a80c1564fbe68f1530842a7e81e2 3,416 1.00/1.00 vMB 23
706,447 706,447 000000000000000000074b96e1be3013e7cb12637c347ca7779c68a55871a1e6 1,388 0.67/1.00 vMB 7
706,446 706,446 00000000000000000004be01c2d0c7046e7681b13df77225f598243967dfc27b 564 0.22/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.