Loading Tool

Explorer IconExplorer

Memory Pool

42,138 transactions
18.44 vMB
0.18800918 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.61/200 MB

Candidate Block

Mining Attempt d648698cf71cecedde4d9e1c88cddbfc0dbbc1ca00fbe1c4ad5e1034f9d4f4ba
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root ff495b2522db180f0c25107c75b81c5ef21aaa8cbbce9fabb39649981fa9d31d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,656
Size: 1.00 vMB
Total Fees: 0.06154361 BTC
Median Feerate: 5.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (763,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
149,566 149,566 00000000000007f15f96109636a6c1df7ca1e9d3638d3b7da26c66fc732e708d 31 0.02 vMB 14
149,565 149,565 00000000000004d9894eea1ad808c9e671ff3bace453480b11300dbda337252b 133 0.07 vMB 209
149,564 149,564 00000000000009570b184b441bcd899615a14d4338148935fdc84e17072fdb40 72 0.03 vMB 98
149,563 149,563 00000000000005e6f083f1ed096c38b52f2c41abf45a610e2366fb3ad164c733 36 0.02 vMB 65
149,562 149,562 000000000000069387547f7208a7bd7f5b142afdb655e2ad733cb743de51ebf7 149 0.05 vMB 69
149,561 149,561 000000000000052d81ad5a29442bca21739cab534105ba952971bd8c317d23c3 86 0.03 vMB 57
149,560 149,560 00000000000000252849f4757ad08ccd6926b50a8d0911dcc76b744ff98dadef 136 0.07 vMB 162
149,559 149,559 00000000000002368892f5ae693f70a9800cc405923ab4cf21d53c6c517fda30 17 0.00 vMB 44
149,558 149,558 00000000000006459b123dd4c8e04edc35a9bcf758fcf72ce69558ea7f3b84c7 22 0.01 vMB 147
149,557 149,557 0000000000000140bbf3ef1acc601d51e7e5352369743af4afd1ecc5979b96f0 70 0.03 vMB 152
149,556 149,556 0000000000000416076f7d5e98340b16fee98062b72702e36263d05e35eca7ed 45 0.03 vMB 466
149,555 149,555 00000000000000eda3bd0102d16cb7f59c626e693e30dfcbac77f227da06c595 126 0.05 vMB 47
149,554 149,554 000000000000056479a67a777e7177c1b242413aefa5ac14f0efc9c79ae4b34a 34 0.03 vMB 86
149,553 149,553 00000000000009b596c204e31897bfcf02e06afbd2730e0a34676956abd20ee4 11 0.01 vMB 2,985
149,552 149,552 000000000000000a3d28793fdc27658e94ad756ca92c7c02dc9f648a6dc28560 6 0.00 vMB 0
149,551 149,551 0000000000000683f95d36620958ed68d4d4513b118a9de30143011b568cef1a 36 0.02 vMB 118
149,550 149,550 0000000000000a23a390282207acef7ea96d41d76a3e6ebd11927318c5382d45 36 0.02 vMB 363
149,549 149,549 00000000000000d746f31dfed0a3e520200d2491d2374db92c6825a5b4de107b 9 0.00 vMB 516
149,548 149,548 0000000000000a7993b185a83236dab1827feab6dddd429c6a21decae891166f 20 0.02 vMB 95
149,547 149,547 00000000000005f9815fe9afc8a48cf2c593a5e423779c345b1c71f76faf3a80 147 0.05 vMB 70
149,546 149,546 00000000000005455897f8321a4dcc6ebc0dd2c4b15db58375276a7da4487b7e 91 0.04 vMB 154
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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