Loading Tool

Explorer IconExplorer

Memory Pool

74,206 transactions
27.36 vMB
0.06587750 BTC
Random Selection Loading Transactions
Max Size: 167.24/200 MB

Candidate Block

Mining Attempt abd303c76776e685651cc44863f8c081397c325ba7a7d87a0d2bd0cde35cb8b0
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root 9b783831ab347418fa8d08daf78f4e0a69fb562786295bc49d30607af5aff78b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,498
Size: 1.00 vMB
Total Fees: 0.00755014 BTC
Feerates: 179.53 > 0.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (425,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,610 489,610 000000000000000000f156e078dab208a87ecd9e8b4bd8c227b88b936d2533b1 2,227 1.00/1.00 vMB 190
489,609 489,609 000000000000000000b2c1868836bd1f0a41674371952d14040f646b099f63e9 1,588 0.85/1.00 vMB 161
489,608 489,608 0000000000000000003601bec8e5ac44679486109d4fcec67a1001567d7f4d98 2,426 1.00/1.00 vMB 193
489,607 489,607 000000000000000000ba1ec6e3defdd7af7eeac46cc594085d122bacbb20c54c 2,683 1.00/1.00 vMB 169
489,606 489,606 000000000000000000067cba815396faa833ced9ba3277428cfe4b6deea878bc 2,498 1.00/1.00 vMB 207
489,605 489,605 000000000000000000437a79ab767fa62a83aed4cc139112c6909edbe067bb75 2,256 0.92/1.00 vMB 201
489,604 489,604 00000000000000000023aad693d79e8494c66d7389f9eba5b61b43ccf9fa890d 2,057 1.00/1.00 vMB 220
489,603 489,603 000000000000000000c8e114c80bcfab410bebd739670876b97e6351db081ab7 2,664 1.00/1.00 vMB 192
489,602 489,602 0000000000000000008e88d1d3380c1bb0b4522a97a0aa11885a99e75c648da5 1,796 0.98/1.00 vMB 168
489,601 489,601 000000000000000000cdc73cf9827c62faaf07af58419f987ba4fcd6ade3432a 2,258 1.00/1.00 vMB 179
489,600 489,600 00000000000000000042799438aca321c215476dfa725ab157f6b56a752e639c 1,745 1.00/1.00 vMB 161
489,599 489,599 0000000000000000007b87fb50afd4078ad03bfcc511b539a5a77e79ba77b78f 2,305 1.00/1.00 vMB 211
489,598 489,598 000000000000000000d03b8c11395f47300c67d699e60cabc1d1e1ca9bc87047 2,142 1.00/1.00 vMB 205
489,597 489,597 00000000000000000093c82f26d675a18dba61abe3c28902248e0fe3f9c82ee8 2,431 1.00/1.00 vMB 189
489,596 489,596 00000000000000000076568a86cda08d7ddc45247d9223e97b771112daa42433 2,623 1.00/1.00 vMB 193
489,595 489,595 00000000000000000044c86d279a481157bc75d3b5a6c97f26be11a3a6110850 2,100 1.00/1.00 vMB 243
489,594 489,594 0000000000000000009bfa30ee5f169590d8b2f953390fb2c03e4ce21b82e2fe 2,392 1.00/1.00 vMB 202
489,593 489,593 000000000000000000e22ebb3979744c3c0dbf5c8d8e963312f5a9481bc09eb1 2,368 1.00/1.00 vMB 212
489,592 489,592 0000000000000000007e45ec72165892671cefcae5e2fa4dfcfb63f95be71e74 19 0.01/1.00 vMB 3,064
489,591 489,591 000000000000000000b7f4d19d9c0abc1a9398ec0348a2ce59fcb06389169f5f 2,329 1.00/1.00 vMB 187
489,590 489,590 000000000000000000e1f66ad994e866b1d2ba86d03e1522b5ce5cc3e0b882de 1,901 1.00/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.84 GB

Node Details:

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