Loading Tool

Explorer IconExplorer

Memory Pool

82,853 transactions
30.54 vMB
0.16084448 BTC
Random Selection Loading Transactions
Max Size: 185.35/200 MB

Candidate Block

Mining Attempt 2651a16e055745577f9b5ccf0ed0a6fe82db66b6a2bb3e702f11e1dd9c0854a2
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 3205bf41b7ea08509c2a064df7516a9fd0d62151fb8a8ee086bcf7fdbf42c8ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,088
Size: 1.00 vMB
Total Fees: 0.08242985 BTC
Feerates: 111.00 > 8.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (278,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,365 636,365 0000000000000000000209d54775125200b0d57c2b6b20ade40eb5dceb571409 208 1.00/1.00 vMB 3
636,364 636,364 00000000000000000000940e548ddfd64f72cd8549fc304841caf5c006d9a0a9 2,414 1.00/1.00 vMB 25
636,363 636,363 00000000000000000003ca8a7f65d708e1848bea621da9b0d9a5da4af08702c1 779 1.00/1.00 vMB 8
636,362 636,362 0000000000000000000dca2369b9877a4904fd67217d37bb8c1f7a45ef731145 1,431 1.00/1.00 vMB 4
636,361 636,361 00000000000000000006427b207ed7f0dcc54b93aab1910d5afee9e11de333d7 2,988 1.00/1.00 vMB 32
636,360 636,360 00000000000000000006fc7f9dd7f4ca83d8a4c116b1f0907477a3d0b80385b6 2,684 1.00/1.00 vMB 28
636,359 636,359 0000000000000000000035a2b6d3d9520c219c609e43b5d23dd9ec6032649eb6 1,983 1.00/1.00 vMB 13
636,358 636,358 000000000000000000072a7ed42b2cb9754a4b8844b8a5826007ad7793e05971 2,728 1.00/1.00 vMB 27
636,357 636,357 00000000000000000001c780023a4f9af12b0b30ecd59170fa2d7f024b35c2be 2,058 1.00/1.00 vMB 4
636,356 636,356 0000000000000000000110061ca8fac58de7f1e79ada954016504aa3b21bb47f 933 1.00/1.00 vMB 9
636,355 636,355 0000000000000000000f7621d8e06627142ee16f01213280eb5760c0ff3afa08 2,039 1.00/1.00 vMB 31
636,354 636,354 00000000000000000008c69ed01dc0f765909134f2a32da082ad94c739a0058a 1,283 1.00/1.00 vMB 19
636,353 636,353 00000000000000000007a7b86865a53a11099aad6e2c5a16627a822f6cd45fd3 3,072 1.00/1.00 vMB 33
636,352 636,352 0000000000000000000429b5bc6af44efb1dbe6b345ee651737abaaade4e9687 2,272 1.00/1.00 vMB 20
636,351 636,351 0000000000000000000140c23a6d9b3d88a096f070462b98809024ae2668a13a 2,958 1.00/1.00 vMB 38
636,350 636,350 000000000000000000014eb3a50cf7fb47549038630b64a7336350e82acc97df 1,758 1.00/1.00 vMB 19
636,349 636,349 00000000000000000000f893ede99e0e2fc3606ee9da5d74b149c38129669ad0 2,030 1.00/1.00 vMB 12
636,348 636,348 00000000000000000008da16a537cc2dc7d0217cabf7ea0648be4445cc0340e1 2,246 1.00/1.00 vMB 15
636,347 636,347 0000000000000000000cce036fdbf1e639f5c05409f47538a00747d5f26495cc 2,797 1.00/1.00 vMB 42
636,346 636,346 0000000000000000000ea7397597816f71f8a95390e41da9818268cecf1d8515 2,486 1.00/1.00 vMB 15
636,345 636,345 00000000000000000011c3be2be07268168ad33338d356acc807195350a282d6 2,702 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.