Loading Tool

Explorer IconExplorer

Memory Pool

82,369 transactions
31.85 vMB
0.07652474 BTC
Random Selection Loading Transactions
Max Size: 193.63/200 MB

Candidate Block

Mining Attempt 6f854393c14e80beb5f99a952924c70dd163276092db8a8366d2aa1863eeabd6
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 063c1b1ed54c10e7ac1b91a725e5b289f34791dda7306d97d4e99a418e78d6bf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,469
Size: 1.00 vMB
Total Fees: 0.00699160 BTC
Feerates: 146.96 > 0.70 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (418,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,954 496,954 0000000000000000006315a512e867aea9d7558281ba027f8348e8056d9b3fd9 2,574 1.00/1.00 vMB 159
496,953 496,953 0000000000000000007efe3da91fa7f2eea77a4d07aeae0dec44567e202c97d8 2,124 1.00/1.00 vMB 154
496,952 496,952 0000000000000000004141550b64c2b44dc2d4fd459059774dac3fb2ebd53653 2,364 1.00/1.00 vMB 185
496,951 496,951 00000000000000000095e4d26f622b84617297aa603e457b317ab4ec75d8e0cc 1,824 1.00/1.00 vMB 207
496,950 496,950 000000000000000000b7ea9b4613cb8b8d1381ea9b4269825e346231ee20a16b 1,987 1.00/1.00 vMB 113
496,949 496,949 0000000000000000003ab2a41740a0df27f83ae495b42ffb1070762dd59b6dd0 2,532 1.00/1.00 vMB 203
496,948 496,948 0000000000000000004834086ab1b5484d22fa286caaccdc79ac1dbae5230b77 2,150 1.00/1.00 vMB 73
496,947 496,947 0000000000000000009f58f302cd58f1117e7d903562c8c88f484c71aa6a93d5 2,281 1.00/1.00 vMB 147
496,946 496,946 00000000000000000023fb1835a335919229c7d070eddfcbbec5f84c23aa73ca 2,533 1.00/1.00 vMB 143
496,945 496,945 0000000000000000002efc2af4303abfaf3b60a62ca0495be09b6ba7353152b5 1,349 1.00/1.00 vMB 78
496,944 496,944 000000000000000000cd379867b4ffe6939b0690bc78c09dcac9452d189697f7 2,294 1.00/1.00 vMB 151
496,943 496,943 0000000000000000008433e3284aaf6f77b7eee85b6c9b035c2e3003fdab8f38 2,149 1.00/1.00 vMB 191
496,942 496,942 000000000000000000a22e9e17c8b439eff8f60c071ee09207bfc02d3d3876aa 2,495 1.00/1.00 vMB 172
496,941 496,941 0000000000000000008aecd1652059fdcdaf029cf633c402cb7ca1c5079c7471 1,884 1.00/1.00 vMB 81
496,940 496,940 000000000000000000a43fb21fee439cad4b382e3614a0ee1c362c58c8620f18 2,644 1.00/1.00 vMB 164
496,939 496,939 0000000000000000002c970c9069116527111b65e88036fe70431db0bc75fdca 2,558 1.00/1.00 vMB 98
496,938 496,938 0000000000000000009df1b2a127107291a527cd6e0df2ab50b4a17aba2b7b2d 2,453 1.00/1.00 vMB 114
496,937 496,937 00000000000000000086d3c81146628cc51803161116e85c6e5178fef2a0a3c5 2,165 1.00/1.00 vMB 152
496,936 496,936 00000000000000000065f830a4d7e3143835f5ffda5300e8bc126eb59e42d3a8 2,117 1.00/1.00 vMB 136
496,935 496,935 0000000000000000003d67949760825424f50889bcee2c204762aabbd1eddca5 2,857 1.00/1.00 vMB 153
496,934 496,934 00000000000000000016b20460dc0f93f60e569b8edf358661dd71a96d439d97 2,771 1.00/1.00 vMB 139
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.