Loading Tool

Explorer IconExplorer

Memory Pool

78,182 transactions
29.00 vMB
0.07987631 BTC
Random Selection Loading Transactions
Max Size: 175.86/200 MB

Candidate Block

Mining Attempt 1511383e48b17128ac79c7bd816ae96127bbda61055afc0be6730fe3aa5db1a2
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 1b3ef1ac7ff4b45093208671c0aad3527dbed7cf2848f56166fb112d6611da64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,357
Size: 1.00 vMB
Total Fees: 0.01926535 BTC
Feerates: 100.81 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (273,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,405 641,405 0000000000000000000bbe4dc3d4bad467e14b2683877a7149f2c997fcf4ce55 3,127 1.00/1.00 vMB 88
641,404 641,404 0000000000000000000109e33703574a4d566344abe346645bb6f11ec1c60684 2,931 1.00/1.00 vMB 122
641,403 641,403 0000000000000000000dfc72405f95aedbbf0a6be0e726ab7a97ec684cd29c88 2,680 1.00/1.00 vMB 119
641,402 641,402 0000000000000000000da40beb0b3e36e9b111db710f85ab975d6a03fc606bb3 2,412 1.00/1.00 vMB 118
641,401 641,401 0000000000000000000f5929c16ebe0bc22ac82d653d12899526453350b09c1b 2,374 1.00/1.00 vMB 144
641,400 641,400 00000000000000000006f0a3840f8b67ff915e1feb30f8beedbf58429d4691b4 2,225 1.00/1.00 vMB 108
641,399 641,399 0000000000000000001083d16c820fac8f3a6d909bd282504c9b1c7433865f5e 2,690 1.00/1.00 vMB 115
641,398 641,398 0000000000000000000d45a8a5120e89665f0c24c6b07f41528e53a120785620 3,059 1.00/1.00 vMB 120
641,397 641,397 0000000000000000000b7e3737e2a18e283f0ac86eb64da91b472d84f8669fc6 2,841 1.00/1.00 vMB 167
641,396 641,396 000000000000000000054e039034040906e21ea69b1bc5b5b7b8562bb901e69c 2,879 1.00/1.00 vMB 127
641,395 641,395 0000000000000000000da081c022c7c2a16715e0d5ecf45248d79774f29a5fca 2,838 1.00/1.00 vMB 154
641,394 641,394 0000000000000000000879d539aefa17cb037c9c39b09e205fc7288747982073 2,119 1.00/1.00 vMB 156
641,393 641,393 0000000000000000000a4b36788a3d714f3fec0c7a203196cf95015b5e932e0e 1,783 1.00/1.00 vMB 155
641,392 641,392 000000000000000000074564366021feffb6d2967d28ea1084413347d70c6e2b 2,962 1.00/1.00 vMB 197
641,391 641,391 00000000000000000010aa6d29000dd717b0ebb186da3d2b6750a42e698c9d45 2,827 1.00/1.00 vMB 154
641,390 641,390 00000000000000000001588466218ad69e2761638566517760eecb024309f6fb 3,094 1.00/1.00 vMB 159
641,389 641,389 0000000000000000000e87ad0fbce871b9f3d9cebd67e0836bdc3065b2f0638c 2,733 1.00/1.00 vMB 176
641,388 641,388 0000000000000000000533be229e130f99d8f46abfe20d8d8ef5f8fb4a0f9208 2,506 1.00/1.00 vMB 168
641,387 641,387 00000000000000000003f76532fd3441dd838e4d74d36e44e676a12b9e3e5312 3,120 1.00/1.00 vMB 181
641,386 641,386 0000000000000000000193979f4bbffadc339b817a1f64a1be544d7334d5ae32 3,019 1.00/1.00 vMB 204
641,385 641,385 0000000000000000001019daaf8bf70ed265ae1c6cf9e277f6c2905d26f665d6 3,161 1.00/1.00 vMB 192
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.39 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.