Loading Tool

Explorer IconExplorer

Memory Pool

69,275 transactions
26.60 vMB
0.07760743 BTC
Random Selection Loading Transactions
Max Size: 159.29/200 MB

Candidate Block

Mining Attempt 5e1a4db42dca9bb4c4f2ba0cc97fb710ff0aa94afc84239762fdeeae648b50df
Version 20000000
Previous Block 00000000000000000001f691bd45982569b89a9b269b1e08ab97aba421b3f821
Merkle Root 20d840489da7903a9cfd4f7dee143efce9aae7049bcd3b9d47c2df6a5258b692
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,443
Size: 1.00 vMB
Total Fees: 0.02089133 BTC
Feerates: 703.20 > 2.09 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,481 (697,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,073 218,073 00000000000004157c60d56add250a019852f2ac5af959d9fd339dc85e107206 547 0.25/1.00 vMB 237
218,072 218,072 000000000000042037dd81dd173da649dd7257dd2234d9e650a15bc2a63bc4e9 837 0.25/1.00 vMB 359
218,071 218,071 00000000000004e9d1fe3af7c692022d3743f7ce7a28f761d39efef8d87be24b 11 0.00/1.00 vMB 247
218,070 218,070 000000000000010f0cbaf116a3f9b9d51171ab7974da380004f0b90c5179a701 259 0.23/1.00 vMB 78
218,069 218,069 0000000000000002af02945e7ed8e6ed347161aab8473732e32be0ec5fbb279c 138 0.06/1.00 vMB 41
218,068 218,068 0000000000000296f029c92d462c30b1936e4c7becdf1b58428526c4b4ba14e7 306 0.12/1.00 vMB 205
218,067 218,067 000000000000010ded7a1219d4825e455aecd5637f0a38c79f865bf0ae586c0a 12 0.00/1.00 vMB 0
218,066 218,066 000000000000053d2a4bed775e0e33fd7e6c1615dbfd89b419a5c94e9dba6c33 449 0.22/1.00 vMB 165
218,065 218,065 00000000000003572cf23eb64d429a26232825e6ec69f10e2f9be5c1953420b6 143 0.11/1.00 vMB 100
218,064 218,064 0000000000000575b4ad52b8846df75ea3fa6f9cead22cc7d2dc17061a244fc4 588 0.20/1.00 vMB 305
218,063 218,063 00000000000003d748a61f69f3cc656a1ca9c902b960d2c8e3b271ee8dd28aec 533 0.24/1.00 vMB 200
218,062 218,062 00000000000000ca1a629d8391313cd240840d06fc2ac6a26b9852b5c5f70bfe 309 0.24/1.00 vMB 146
218,061 218,061 000000000000048aa085b0b184447cda30ef327235a43493da00eaf080804cb1 318 0.23/1.00 vMB 118
218,060 218,060 00000000000000e8bc3daff09234def0a0af7d4533fc1bf9ee901b7d5f709654 123 0.05/1.00 vMB 154
218,059 218,059 0000000000000018ef4d781982a3dfda29d129d80ffbbece89666ae66f5e4f53 44 0.03/1.00 vMB 187
218,058 218,058 0000000000000321e58d25d649340d6f30c669d0ab9d17c9a5d302641c2be9b5 179 0.08/1.00 vMB 176
218,057 218,057 00000000000002a4f19e81070c0e0a7c96bb7bb5f5ea5f2ee7b8ac9c3821a7fe 173 0.08/1.00 vMB 216
218,056 218,056 00000000000000bf779db6de46715d3960fe02af9c4ebd160a398387c7c86142 227 0.18/1.00 vMB 116
218,055 218,055 0000000000000531c7afe5a9dac57c54733991ee8df4b845d7e67a09cfa54a11 297 0.25/1.00 vMB 576
218,054 218,054 00000000000004752b1414b38f9cc65d83f358e1791784e265c192b03cc7e14d 519 0.25/1.00 vMB 164
218,053 218,053 00000000000002ea9e09a055ed34881f39e93e0c202f9211420eee7d6f9816e5 734 0.25/1.00 vMB 202
Previous 10 blocks ↓
Total Size: 783.23 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: 758.45 GB
    • Received: 19.05 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.