Loading Tool

Explorer IconExplorer

Memory Pool

84,641 transactions
32.75 vMB
0.08313984 BTC
Random Selection Loading Transactions
Max Size: 194.07/200 MB

Candidate Block

Mining Attempt 0d96a8acbcd0fc8e77363b134dd129d1a88a146ca24945f75b44ab630ee6db92
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 1b794ce0d58f2bae8e28f10a864ba0acc727538066f5552830b858eed8ed6d6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,361
Size: 1.00 vMB
Total Fees: 0.01824357 BTC
Feerates: 120.64 > 1.83 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (320,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,031 594,031 0000000000000000000d5bccb57219cececa0d4d579b59e05381c3d53571777f 2,396 1.00/1.00 vMB 39
594,030 594,030 00000000000000000010c43bfcbd8cbecef85d8b4e626c2fbcd2c61ef6e70803 2,339 1.00/1.00 vMB 18
594,029 594,029 00000000000000000002805720f689076a250df855eda592259db6bef51ec5f4 2,351 1.00/1.00 vMB 13
594,028 594,028 00000000000000000004c89586e25be96acf43789ba6cdc051487560f7da2a55 2,781 1.00/1.00 vMB 17
594,027 594,027 00000000000000000015a66d9c6da95c91236f282aa43cc62db58a8f999cdd48 1,838 1.00/1.00 vMB 8
594,026 594,026 000000000000000000151c1662448f361fa73653d3264bbbd5cc581830121feb 1,922 1.00/1.00 vMB 12
594,025 594,025 0000000000000000000a85c2da8208c6d8180ae98221e35e5870f10aeb69b7fc 3,106 1.00/1.00 vMB 30
594,024 594,024 00000000000000000015e5f46302b3489944564cd7c20ead95e348729731ee5c 3,113 1.00/1.00 vMB 30
594,023 594,023 00000000000000000015286903c35c65c8c208aff597ada1e75b5703bd2daddb 2,238 1.00/1.00 vMB 42
594,022 594,022 0000000000000000000fad24d96e23d4816f9f73077f3775a368ff09ed10ae22 2,061 1.00/1.00 vMB 23
594,021 594,021 00000000000000000006bf487f6795abb2fe5c140f5c9b3f2ac3f2d7ad2ff64b 2,402 1.00/1.00 vMB 25
594,020 594,020 00000000000000000018daba4a79fbcd91e881f7c9ba033cbb7999b6250fd7b2 3,021 1.00/1.00 vMB 18
594,019 594,019 0000000000000000000ce196552e43e2bedba3260a7e41a34a201191e8c172af 2,214 1.00/1.00 vMB 17
594,018 594,018 00000000000000000019b9f534d964233a66645dfa87630789721163c5aa26b8 1,903 1.00/1.00 vMB 22
594,017 594,017 0000000000000000000e17db29024ebdd569dc274828bf9a5e1cf682b7cd0047 2,122 1.00/1.00 vMB 6
594,016 594,016 0000000000000000000b78aa3a17b9b89db25ce3092c8760ed1888a9c52daa41 2,274 1.00/1.00 vMB 19
594,015 594,015 00000000000000000013999613690e35e87c1428c7333db7ad79d4b14ece7337 2,116 1.00/1.00 vMB 13
594,014 594,014 000000000000000000126ad992e2f9c5216c1b3d396b98ca7a72ad54936adf7d 3,173 1.00/1.00 vMB 40
594,013 594,013 0000000000000000000c87cc0ccfa1deab1d277c7fb983a1e11b51afb50605f1 2,862 1.00/1.00 vMB 33
594,012 594,012 0000000000000000001166830a8b50e7f63319298187958326bea49bdc6b564d 3,020 1.00/1.00 vMB 25
594,011 594,011 0000000000000000000933d70117bcc7a039c6f1da6844a8e4893a0ecc9f51a2 3,092 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.30 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: 657.38 GB
    • Received: 14.54 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.