Loading Tool

Explorer IconExplorer

Memory Pool

37,934 transactions
26.07 vMB
0.06070297 BTC
Random Selection Loading Transactions
Max Size: 134.58/200 MB

Candidate Block

Mining Attempt 8ffe170ab95f8e623e54847d6c9b5da84a61a40276c99263f6db227c8c07c989
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root ecc3ab05ed5371995d77adafb5f4b174f471ba4281a236ad3c128ff93b6ee391
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,474
Size: 1.00 vMB
Total Fees: 0.01297083 BTC
Feerates: 265.25 > 1.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (461,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
452,988 452,988 0000000000000000015abe6f09a5694f2aa92eefd1a3730d2b0f55edef9fe3c3 1,410 0.58/1.00 vMB 93
452,987 452,987 0000000000000000007506ed81e0744ce9a9dda6cad364c7297f35eafba82761 2,107 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.27 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: 656.66 GB
    • Received: 14.40 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.