Loading Tool

Explorer IconExplorer

Memory Pool

47,682 transactions
30.11 vMB
0.08035502 BTC
Random Selection Loading Transactions
Max Size: 160.69/200 MB

Candidate Block

Mining Attempt a0f009a5d278165ff24f023a9f96a7152f1b8b59ac9817c588a8119c6d10f71f
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 63ea5d1a648d87cd56f0b7b4d41e3b78960fcd15a958d4807988ce53327880e6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,890
Size: 1.00 vMB
Total Fees: 0.02114161 BTC
Feerates: 79.18 > 2.12 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (737,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,999 176,999 000000000000049e49666ed4b1c981585441fd6a858f72f080def982bd3e6a12 118 0.05/1.00 vMB 117
176,998 176,998 000000000000003961cd2a3cd8b1890740a89578b4a66adc0f66cdacbce82841 8 0.00/1.00 vMB 43
176,997 176,997 0000000000000151abb34a6a1dfc1b4bfe4e221b6b82c5443d22b55bb09408bf 52 0.01/1.00 vMB 0
176,996 176,996 00000000000001c5b5dece55546e28312a8ce3237988eb1436077c999b40be36 18 0.01/1.00 vMB 172
176,995 176,995 00000000000007ffb6942d33fba5304420ccd892fea40797de384b13407b92c6 27 0.02/1.00 vMB 52
176,994 176,994 00000000000007ce280dc80720756287a9e6437e1a8ec4387d0519d5c3c3bfe8 22 0.01/1.00 vMB 48
176,993 176,993 0000000000000a5f1963ea4d9c1cf3b75f4f3607438a596bdc49055a75742573 41 0.02/1.00 vMB 504
176,992 176,992 000000000000042b76c7e415af2c9ed7771068ceb7a2a06c03a3993804240d07 125 0.04/1.00 vMB 363
176,991 176,991 00000000000000f37c387114de243a89e4f8aa5519b73534352855ee8ce8c454 14 0.00/1.00 vMB 32
176,990 176,990 000000000000035e157f55817f05b9053c9b6151ecc9beb76cc6090ec4bf4a6d 49 0.02/1.00 vMB 2,248
176,989 176,989 000000000000064d3f73ee6bc26d6b3d4b8447592b8a2eb10598e68bae7de089 63 0.03/1.00 vMB 171
176,988 176,988 000000000000000a0eefaabe4f2529ea2fb33f78d6d43b55427994f89550d470 92 0.03/1.00 vMB 14
176,987 176,987 00000000000000b31a259e2fa2950c84fd6b94aa8d1290069bb4c76474322875 41 0.02/1.00 vMB 115
176,986 176,986 00000000000007f967ba1efd4d86b10331badc651d56d50ad8dd4905dc2e89cf 25 0.01/1.00 vMB 223
176,985 176,985 00000000000008d01aea1a2c282e58d0be54780fe5c0c29c09d4386dd74c97e1 8 0.00/1.00 vMB 14
176,984 176,984 00000000000000f2dbf42cf06b0316b4aab5ada5e61d138ad7732ff05132ab2d 20 0.01/1.00 vMB 23
176,983 176,983 0000000000000228078eb6818981777403c65a579cc4292a3ac561d5fb772e10 22 0.01/1.00 vMB 1,250
176,982 176,982 00000000000009dc2d4e438a31614ba020deee5d543cf2b8bd9bd4c9be4b00a2 33 0.01/1.00 vMB 130
176,981 176,981 00000000000007e7098b41fbd0fb5c6438956538c8e5d17cc449b62b1c3544da 78 0.03/1.00 vMB 108
176,980 176,980 00000000000004e7e6bf3b526521d5f083fb163919d5011fc4f9cb32125e4b04 17 0.01/1.00 vMB 44
176,979 176,979 0000000000000027401e2bbfd98ef060fdeea278617a0c8d3133399e0b3f3ade 26 0.02/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 782.13 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.41 GB
    • Received: 13.77 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.