Loading Tool

Explorer IconExplorer

Memory Pool

23,209 transactions
10.38 vMB
0.02416214 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.41/200 MB

Candidate Block

Mining Attempt e1020cda641faaaf37e9a7ea285413bda0ef672c9c9edb26eb00aff7cafd2b92
Version 20000000
Previous Block 0000000000000000000114b1ea273efd282e9aec1ebb3ead47cab59aed6df4cf
Merkle Root 0e3e001585ac51a16cd8b27c1478b1770a92192525811cb62478f5facc724134
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,798
Size: 1.00 vMB
Total Fees: 0.00701005 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,535 (751,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,980 161,980 00000000000007a8388b816b9b4b300fd3b3a3ac8cb1a3d080e7e11474125ec5 12 0.01 vMB 232
161,979 161,979 00000000000004e8ff80d1a192de06d27ea2fdb231488c249675ba2a1d178838 10 0.00 vMB 35
161,978 161,978 00000000000007bad1e41e0aec641605de78d73792431d7a49e4bcccab421fc2 31 0.02 vMB 108
161,977 161,977 000000000000038b4ab94156ffb4d516402309c0c75d53401314c7b8ea4b0207 44 0.02 vMB 128
161,976 161,976 0000000000000ba4943cf5247d49e1b736095a6f35740c8365d67f492e2353fd 9 0.00 vMB 344
161,975 161,975 000000000000036e552d8bc9366f9d9ea15f73906ec87582626da48450a65783 49 0.03 vMB 82
161,974 161,974 00000000000004b9e81c7c779950c41e314bbe3a1bfeafe92bb6fef203471723 109 0.05 vMB 54
161,973 161,973 0000000000000a3720141997f45e74f96a5b2d23a933ffc726072662ddc3237b 61 0.03 vMB 19
161,972 161,972 000000000000097042d4b9ab3635d4a07e3cf241be54a33ada2c0b4f2a93726f 84 0.10 vMB 97
161,971 161,971 00000000000003554a72fdd7df947387a53c88cb1e4f38843245376971a7da0f 25 0.01 vMB 138
161,970 161,970 000000000000043194b564e2fcec832ae2ccc9cef76dfba8efd815bc5c3f7476 27 0.01 vMB 164
161,969 161,969 0000000000000a458f245da5a451c99a3f93e39d2c46298c21aac63bd8bdbd96 16 0.00 vMB 65
161,968 161,968 0000000000000af206546d68a769d77acb520ade53f1cc6a12a87797cff72dc8 25 0.01 vMB 112
161,967 161,967 00000000000000a671dd96862a9f45996522726bcdc24ab4a212a769b8f97d7c 86 0.03 vMB 211
161,966 161,966 0000000000000b5c9c2308751621feec2b04cd28902aa5a36f7721541fad8a49 60 0.03 vMB 186
161,965 161,965 000000000000084c67ce97a1650ba5a972567cee7249f216f691d69cd7f80fea 91 0.04 vMB 15
161,964 161,964 00000000000002e7dadf708191b8672a963985a56ccc9abbba6a89b609e2b59e 136 0.10 vMB 166
161,963 161,963 00000000000002584600e151ab78eea968331bb82f9ddbfabb8f942913ef3645 20 0.01 vMB 183
161,962 161,962 0000000000000b50664adda089dc803bf636687933f847ba2c923db96709e9a3 89 0.03 vMB 155
161,961 161,961 0000000000000443efa4dc5fa8320b150b4846a930d25a8359d0f93581f7aaa1 132 0.05 vMB 7
161,960 161,960 00000000000001684789f17d0fd4df8f7b7af792b9e610bb140a140b3a573bff 29 0.01 vMB 313
Previous 10 blocks ↓
Total Size: 779.79 GB

Node Details:

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