Loading Tool

Explorer IconExplorer

Memory Pool

35,369 transactions
15.10 vMB
0.07579715 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 85.51/200 MB

Candidate Block

Mining Attempt 5dc1faa02b59ad7d21943638b178c5a81a79c761d7fc09b54f7181947732555c
Version 20000000
Previous Block 00000000000000000000882eb50d4cf30d3e14b30b39d5bc9707ffd2840b4559
Merkle Root 28719b3ab81d110ba8375ad15b0d452315a55cfc4969d4e47c75bae6ba48fbca
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,475
Size: 1.00 vMB
Total Fees: 0.02467340 BTC
Median Feerate: 2.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,342 (770,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,275 143,275 000000000000014bfbe9649eb650c92aa607f8f34bb1382ddc474da7b137899c 15 0.00 vMB 42
143,274 143,274 00000000000007f30dc394ec05653fb6d9f6ce5ec1441eb99bb6f1fe0ee852ae 25 0.02 vMB 134
143,273 143,273 0000000000000669e4d28196463b5b7608f67d741f3db00dfbcb5187357bf710 49 0.02 vMB 181
143,272 143,272 0000000000000547fc3bd631106b44a510ac9142d607f1feec896f9a95d9b822 18 0.01 vMB 95
143,271 143,271 00000000000008fe0e806a60452f6065896dc19356d8dbabea378c09a5017984 7 0.00 vMB 30
143,270 143,270 000000000000036866aaaa19065e5b1cb68453658615ec182829a7f192b1e8dd 8 0.00 vMB 65
143,269 143,269 0000000000000454ccdee86858d3dd119056d5b6109867826f081fad27b9f5eb 34 0.02 vMB 294
143,268 143,268 000000000000072dfb7967f5adf4bf4c984bda60ea0b8aa5fd0784de97300020 105 0.03 vMB 143
143,267 143,267 0000000000000698cc52de6033325b5131ea31cf7f63a9ce27e5f3179386b674 74 0.03 vMB 175
143,266 143,266 00000000000006ccc8e03657615c34c6ad98a6daacf1714e070de152eb3f1e7b 103 0.04 vMB 118
143,265 143,265 000000000000040e76e39a6da0e2cb9526ad028e37278377325b37a10e376a84 38 0.03 vMB 92
143,264 143,264 00000000000005c4c9aab326e32dd8d86edc6760d31a172c312f51955b56ccb9 31 0.01 vMB 103
143,263 143,263 000000000000085cb9d84d3fe1b496b548341c67d5e10db261641c2c61563f6d 13 0.00 vMB 222
143,262 143,262 000000000000036287421097bc4056d6dc6d1cc6d9b059ac3ce077120f5e6a08 14 0.01 vMB 52
143,261 143,261 0000000000000270b31720eef55ff2148728b6812eee60baa79d1fd0d8fe6c75 106 0.03 vMB 41
143,260 143,260 00000000000008a9f43eb348b5773bc22409db8a22ab92a1011af036d257e90e 8 0.01 vMB 601
143,259 143,259 000000000000001077e2f6debac46fe92f56c83a8d721f107bda896c835795d2 38 0.01 vMB 14
143,258 143,258 000000000000033b521fad1f55d2a59bef929fee4f10b7252742619396d6674a 70 0.05 vMB 78
143,257 143,257 00000000000002d4d52a591f3e0cfec781d0fbf6e374288ce709333ed6701668 125 0.05 vMB 329
143,256 143,256 000000000000004715cfa3003f36f74a4ab10711fe462f47e5ff02705178888e 8 0.00 vMB 1,036
143,255 143,255 00000000000006bb564ba810b3e779a2200d02b7c7f865ba4ea222b0375f29fd 16 0.01 vMB 71
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 92
    • Outgoing: 10
  • Data Transfer:
    • Sent: 151.10 GB
    • Received: 0.61 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.