Loading Tool

Explorer IconExplorer

Memory Pool

25,036 transactions
5.44 vMB
0.02495732 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.71/200 MB

Candidate Block

Mining Attempt b84982189799d350e09f13812c320323e0f698a51b7aa5557998f51cb687d051
Version 20000000
Previous Block 00000000000000000000345b267982d34ee31839903b0f6a8bfad241a371fd9d
Merkle Root ae5d7b78fe4d6eb733b88448e14a518c1636c37219bf66774b73f9e52974a258
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,333
Size: 0.44 vMB
Total Fees: 0.01186474 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,237 (689,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
223,311 223,311 00000000000001e41863fc702b86ddf0d7f7a75be739635463c52eb7560b8202 538 0.28 vMB 179
223,310 223,310 00000000000002c86a77c218c53ef44bdc8a67ce719363475c964ffd1f98219e 441 0.24 vMB 153
223,309 223,309 000000000000039f36d1b07aeca0a41df3290105df2366c83ec2f30f33a8695d 485 0.25 vMB 142
223,308 223,308 00000000000001e526ce97239edd91703ddcf5ff97aaa94bdfa367e05c39341e 666 0.25 vMB 186
223,307 223,307 000000000000015edd085b437761a3f8e1260bdf69d9a525458338bf116720a5 906 0.25 vMB 204
223,306 223,306 0000000000000466973f567962203b5eb4683125d9335385c9f929a887fa398d 529 0.25 vMB 161
223,305 223,305 000000000000040f6e642c31bc233bfcd4de171f1aa3e21b79aa1dffd19e7bc7 226 0.08 vMB 163
223,304 223,304 000000000000027f89184e8b39627eba959007ad5de230a5bd8272e3b3f0f777 546 0.25 vMB 175
223,303 223,303 0000000000000022fbc55fd99181a8b632c917cc28e6b1d808b02c70fd8f07ac 64 0.02 vMB 161
223,302 223,302 00000000000004321abc8b14da837026b462eda6039ecd3bf87f1ea8d32cd463 256 0.14 vMB 116
223,301 223,301 00000000000000ad9e64facf51ca5921027026ec0fb7cd54436fff72ad559fa9 447 0.21 vMB 183
223,300 223,300 000000000000046566aaa95a7c57f5de88ed5030b16e556684d661cc53e4de74 543 0.21 vMB 204
223,299 223,299 0000000000000470bf9b07d75c6aa4139772aa419f5916ac4f933211f92aac9b 138 0.05 vMB 442
223,298 223,298 000000000000034f73fb65836c57fd78d7b34d30b22c846af9badffb03440de2 157 0.07 vMB 179
223,297 223,297 000000000000001bc86d979586b233977e57554d16455f0f327539779ab5792a 308 0.17 vMB 141
223,296 223,296 00000000000002f2eeb3959fb306aa742f472b95c5d80492dd47c12d5cb82440 67 0.04 vMB 102
223,295 223,295 0000000000000002b21d0cb4c5f121cfa5b8ba8ac0b16e0e542d716d0d08ce0d 244 0.15 vMB 115
223,294 223,294 0000000000000013e018d34b9ea3bec0fbeaf97c6af754818c217340c3ed1947 656 0.25 vMB 207
223,293 223,293 00000000000001f4c85e14e80c9fd63c7fd513331f2b5615ad118710f5170d41 187 0.12 vMB 116
223,292 223,292 00000000000003be7edf141b2ef8a705cf6975919d674f560eb2b3ab3cd3e8ca 584 0.23 vMB 201
223,291 223,291 00000000000003657b4ba38c9132b127a60ae77722f09e9f9ed23b795c2825c0 229 0.13 vMB 149
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

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