Loading Tool

Explorer IconExplorer

Memory Pool

9,958 transactions
3.70 vMB
0.01574757 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 22.22/200 MB

Candidate Block

Mining Attempt df9e397e68d56a8116a93cc9ba4aba17fafb5cc5d6d3e9e59c45c70e087b33df
Version 20000000
Previous Block 000000000000000000016f7fde1bd2fceaf41f3015c117cc3f2f9aeb4fba8aed
Merkle Root 4c883c93a8a546fbf13b2d240bf565876f51638cb67fd6e343739386c00d7bc4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,667
Size: 1.00 vMB
Total Fees: 0.01172506 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,497 (769,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
143,638 143,638 000000000000017652ea013d1405ed60f36f30070d512d76f828bacfc685bcd6 23 0.01 vMB 93
143,637 143,637 000000000000055b2cecb730aaf5e5b1e5d66393a9e0218ea88e5127a75beaa5 18 0.01 vMB 137
143,636 143,636 000000000000033abe2987bdd0ac8e4dd173a7e37a1a9cdd4192387fdeb7b652 118 0.04 vMB 90
143,635 143,635 000000000000038e06c106b6eda4e49a58011bd6ea99dbde3ea754ee9bf2600c 10 0.00 vMB 113
143,634 143,634 000000000000070aad7dc76ecd78351f0578b691116b26d03eb36f8027384c5d 17 0.00 vMB 115
143,633 143,633 00000000000003e4cbea2bb720c3101e2d4982e41749170a4b8ded29d46862bb 9 0.00 vMB 189
143,632 143,632 00000000000001c5a2a47b2a0e802ddf77e95a86b9299527c48435aabab92f9e 31 0.01 vMB 160
143,631 143,631 0000000000000337e0d6b9cbe4fa744e7bca4cea44b0f3a464113c1834cc0129 66 0.05 vMB 137
143,630 143,630 00000000000004c5ff0c3424846139f676961db872f2be5a29756780c2981e53 26 0.01 vMB 202
143,629 143,629 0000000000000092d54fef9029f0de90872c558a9f1e75bcae750556c3b568b7 40 0.01 vMB 18
143,628 143,628 00000000000003d385109d108bf7fec41ef08ef8ca0ebcf6deda70f090471c94 129 0.05 vMB 118
143,627 143,627 00000000000001de032468a73a1fd496471e196fe215c3e0cff6e487ab530828 4 0.00 vMB 129
143,626 143,626 000000000000003d8480ca0460a6f58224db83e8cf754d30872f7776f28d4844 27 0.01 vMB 166
143,625 143,625 00000000000004ee110a0b1d81420022f3771a6508b8a33cd8bb0e789434867a 12 0.00 vMB 788
143,624 143,624 0000000000000216159df25260bcecbc8048e73c02639297ac3500e7ef58a4f2 47 0.02 vMB 189
143,623 143,623 000000000000010697b944836cf782cadd36a1936a17682eb6d11e7fe6268c18 64 0.02 vMB 64
143,622 143,622 000000000000032dfeaa4c0a19667757ede0ff0e880aa31e0b8c7e487cb90839 88 0.04 vMB 107
143,621 143,621 00000000000002a7507bf9cd61f53f68788d85ca80d879fca83b153b7f67fa42 12 0.00 vMB 368
143,620 143,620 000000000000047de00ac35c16f719cbfb53425606cfa15d499052d7f0db9467 16 0.01 vMB 214
143,619 143,619 00000000000006017114d2672801ed30bfc15b1d1602b0784a2274c78ed9809f 12 0.00 vMB 701
143,618 143,618 00000000000003641e007114994d3ad9a2a99b1fec952002304116dd88e48b61 11 0.00 vMB 17
Previous 10 blocks ↓
Total Size: 779.73 GB

Node Details:

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