Loading Tool

Explorer IconExplorer

Memory Pool

17,023 transactions
10.26 vMB
0.05108082 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.38/200 MB

Candidate Block

Mining Attempt f44a57ee69c0544e2a4dd0cc7feaeca598cd3181906d110e1e029375b041b0b9
Version 20000000
Previous Block 00000000000000000000165d7af7be67c1e3d29b44f6d7a971e6c1f6d2b62971
Merkle Root 810a5147f2705ae36062263acaca8e21bdbf17b7a35c7eadd8fd0f04db06cbc7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,931
Size: 1.00 vMB
Total Fees: 0.02771830 BTC
Median Feerate: 2.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,361 (755,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
157,638 157,638 000000000000064fc4bbb5ea6a1145698ae37bfdcb94046ad2a781569751a79b 16 0.01 vMB 16
157,637 157,637 000000000000025ac544a6e9f172cde49b215b2525ff2b34796e571a203ed9d0 48 0.03 vMB 232
157,636 157,636 000000000000079dbc20101a3a2d09d74f0585a8bd687f8fc902bcc350a0f2af 58 0.02 vMB 103
157,635 157,635 0000000000000e3bc58c25233d1a0c529a8b519d285940c1c65712ab193051a3 138 0.05 vMB 253
157,634 157,634 0000000000000b41a3add370f2d4628ab748e3cc8c2e59b7e9babbac8b8f95c1 54 0.02 vMB 193
157,633 157,633 00000000000006d8d77cde0aa24bfce648b01ba4cc7513a037210c0f0968a30c 15 0.00 vMB 147
157,632 157,632 000000000000036c3c3241b3e31bf1c71b3eacbb704d86b59fa83751a40b0d4e 66 0.03 vMB 146
157,631 157,631 00000000000000ed713fe622f9fc1e56dfb332f705d06a25b02e41e09e54dc3d 31 0.01 vMB 450
157,630 157,630 000000000000044617588dd40126b1a03827a87bfc2cb347757a8a4fa3ab0815 13 0.00 vMB 95
157,629 157,629 0000000000000c2015302d5e8c6277119bf50ec4ce3c2ecc19379b75c6a97c96 6 0.00 vMB 40
157,628 157,628 000000000000007a5ea87a880e71802d3e413bc03c0074c5d65586d7f53970e9 133 0.05 vMB 42
157,627 157,627 0000000000000cded2b48232ee52443a0dbe3d57aae276d5e118ca5eb954bc98 63 0.02 vMB 43
157,626 157,626 0000000000000e178591776f75083ec68834dcec3c6eb2e06af0559626b569af 12 0.00 vMB 191
157,625 157,625 00000000000002cf9df5f81dc9e26088dbb93704db975120537cd33120d117ee 50 0.02 vMB 62
157,624 157,624 0000000000000a3912d4fb4e4e2d60b1cd7ce458b475eba41e65d0464d4dbd4c 99 0.04 vMB 150
157,623 157,623 0000000000000d27bf377213d9f5d6ad0ac131240b7d236da88219f585604ba9 20 0.01 vMB 84
157,622 157,622 00000000000006f2f87bac758ce80f2dd84d4e6adcb8f731fade5a8619d65a0f 18 0.01 vMB 50,853
157,621 157,621 00000000000002ae87055bc954e4bffa0233d862a04875aaf35045800b8b5e6c 37 0.03 vMB 128
157,620 157,620 0000000000000b5b3e6bd1c36f1c3e8cf7f5e7b61b11998c751c3d4d26a003c6 10 0.00 vMB 35
157,619 157,619 00000000000000811c8b68b1a28be7ce77c49ff1d434b1e1365efcf7eb019d52 79 0.03 vMB 52
157,618 157,618 0000000000000c5afcac5ee2dfdea23ec46f018dd5f62c01eab2633f4248d691 13 0.00 vMB 68
Previous 10 blocks ↓
Total Size: 779.49 GB

Node Details:

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