Loading Tool

Explorer IconExplorer

Memory Pool

41,891 transactions
26.75 vMB
0.05645474 BTC
Random Selection Loading Transactions
Max Size: 140.39/200 MB

Candidate Block

Mining Attempt 70e6a67f798ec71c98a28e7e7cb8d0065cb51ecaf1c43d7faaa03d737154965e
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root cec72efc6bc45e94456b349958c776e3656c97ed56e210dc3c4ccf60fb3d3dbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,574
Size: 1.00 vMB
Total Fees: 0.00666033 BTC
Feerates: 103.41 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (461,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,009 453,009 0000000000000000026c9a4773b9cd781768048f00a156c0756210bedd270d96 2,193 1.00/1.00 vMB 98
453,008 453,008 000000000000000000b8089e8aad9b8711145ba78568bcf6044a9bb87912dec8 2,555 1.00/1.00 vMB 107
453,007 453,007 0000000000000000001b5d39871330f26d20ee34e45cee24ec139e84f0e6b4ea 2,287 1.00/1.00 vMB 83
453,006 453,006 0000000000000000017e9e756ea108bc79c15775e8b28d45c77afc5dc11c448a 2,034 1.00/1.00 vMB 101
453,005 453,005 000000000000000001386abaf94717a6488b2818d6b309aaf16c22bac6f9b161 1,996 1.00/1.00 vMB 99
453,004 453,004 0000000000000000015d4caa40d1cca01ec3f9ae64419f7a9dc7f3cc212cf77d 2,876 1.00/1.00 vMB 172
453,003 453,003 0000000000000000010f02170782c7211bc09682b4eee8290470eada6399cc02 105 0.08/1.00 vMB 13
453,002 453,002 000000000000000001b9bad43cb2d80555b3bf911af66ae946841abf400b9425 1,241 0.67/1.00 vMB 102
453,001 453,001 0000000000000000000c753f91fd3fec41e145c902d00e467d4da994e11f350a 2,187 1.00/1.00 vMB 66
453,000 453,000 0000000000000000009d5280bb081c5e0b5eb2e7294e176c1ba83f72767e62d8 1,443 1.00/1.00 vMB 85
452,999 452,999 0000000000000000023bee7d2010540571257378b716bb001ca49101f4563886 2,421 1.00/1.00 vMB 124
452,998 452,998 000000000000000000f2e8f3c83feea70ce489130eef4647ca6c6f95a1bfb77a 1,125 0.48/1.00 vMB 99
452,997 452,997 0000000000000000028146549cc901948edd3c06e7a1d9d5fa3679d5c1bee5e2 634 0.26/1.00 vMB 92
452,996 452,996 0000000000000000010a12da4104f841524a44f6dd092e7b1e8ec70f5dfd0d79 2,103 0.99/1.00 vMB 97
452,995 452,995 000000000000000000d92b3f3b0995f0607d80e4ccb988460391035cdc0550ff 296 0.11/1.00 vMB 99
452,994 452,994 00000000000000000096ed87d1ae6cb2e33745bfd6f0cd6c3ec81599bf3b63a9 2,226 0.94/1.00 vMB 99
452,993 452,993 0000000000000000022b9305bc4aa0cbf27e352d265267cf12e030bb9105bcf1 404 0.15/1.00 vMB 64
452,992 452,992 00000000000000000072381feb584c35ba947a48d69a91824cc7ab24c81f8b0d 776 0.31/1.00 vMB 95
452,991 452,991 000000000000000001c47af901c1f3bfb07b12c4fc448e09bea03448e07ea13a 2,160 1.00/1.00 vMB 71
452,990 452,990 0000000000000000014ec9ddbe5cc78d156165f40e4b3e0fb08b4a8cc110e316 2,629 1.00/1.00 vMB 118
452,989 452,989 0000000000000000015e73f0e5f8550f26f4f7a427168c8bdef76fe7d04b6c03 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.