Loading Tool

Explorer IconExplorer

Memory Pool

79,377 transactions
29.49 vMB
0.09167213 BTC
Random Selection Loading Transactions
Max Size: 178.45/200 MB

Candidate Block

Mining Attempt a290e7df15648c05d257c37b097deb2079e8ba247a0f92f430add565b1916bd4
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 5397fcb9d2033fe2ecb5fb341a1df4808d49ebe6d4a7490522acd2fa29fec536
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,809
Size: 1.00 vMB
Total Fees: 0.02962446 BTC
Feerates: 301.60 > 2.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (251,087 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,006 664,006 0000000000000000000e1e535e79ab80874f7d3691e173bcb42f55376397f8b9 2,515 1.00/1.00 vMB 78
664,005 664,005 00000000000000000008caf02f95d4bab2456248efed53b07fbbac72d233a742 1,663 1.00/1.00 vMB 32
664,004 664,004 000000000000000000043ce540c4be37bc87e8e2f53377cfcb08963246fc7b8e 2,102 1.00/1.00 vMB 75
664,003 664,003 000000000000000000043e0ff954d8fbe081546ba4af0f50c8b78c961d3f11a8 709 1.00/1.00 vMB 26
664,002 664,002 00000000000000000001359f638d184df360ad326e06f83403da83097186f627 2,197 1.00/1.00 vMB 31
664,001 664,001 00000000000000000004c3e64f36b7ecd9272ad1bbef01ffafd1958f7a426d8b 1,858 1.00/1.00 vMB 25
664,000 664,000 000000000000000000027ef2235237c2480275a4cad75b681e48ddaea5e7a6f8 2,208 1.00/1.00 vMB 7
663,999 663,999 00000000000000000000f5150ff3f6f11e1affa5fe7f81c2899a0d481ccb2316 2,281 1.00/1.00 vMB 23
663,998 663,998 0000000000000000000a5dd4aa8d67865b09c60a7923eed0179fb91c9c687999 1,873 1.00/1.00 vMB 32
663,997 663,997 00000000000000000004b653c15b8c5e0d51c5422413f6fcefb302930c01fe6e 2,255 1.00/1.00 vMB 103
663,996 663,996 00000000000000000003bba7172f06f73a798e665d0bfe3e4eee1fcc707ae47a 1,544 1.00/1.00 vMB 8
663,995 663,995 00000000000000000006f051016172cbdc556c5209d2d49b062c3f0256ac0e07 2,059 1.00/1.00 vMB 54
663,994 663,994 00000000000000000006a8fd18a83c72fc0269008a2f05a55ee0445119e13d03 1,788 1.00/1.00 vMB 22
663,993 663,993 00000000000000000006aab96c3cd5755b52317701ab029ef4f82b60a7666200 2,300 1.00/1.00 vMB 20
663,992 663,992 0000000000000000000bc9288b900d0de2e62d192b9a2a606387366c21a73d4e 1,498 1.00/1.00 vMB 17
663,991 663,991 0000000000000000000308ba2053acbb969b69573f54e6c14963ec70309fca86 2,349 1.00/1.00 vMB 31
663,990 663,990 00000000000000000003b360149a9d75d45eb18af7196be9d3db1aa110aacab1 1,136 1.00/1.00 vMB 60
663,989 663,989 00000000000000000007c2d8f5a3ca7fa152f0211751c25265292d5729aebdb6 2,017 1.00/1.00 vMB 5
663,988 663,988 00000000000000000000f7f316baabbb1ed9564e591400deb28cdd68e48203d7 2,238 1.00/1.00 vMB 51
663,987 663,987 000000000000000000027533ce8868981f33935203dd07115dbd0671a76e9b4c 2,315 1.00/1.00 vMB 57
663,986 663,986 0000000000000000000805747e0f28153b0849ca52d3d3886566562cdb87a36d 2,021 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.56 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: 669.95 GB
    • Received: 15.79 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.