Loading Tool

Explorer IconExplorer

Memory Pool

82,393 transactions
30.44 vMB
0.10395542 BTC
Random Selection Loading Transactions
Max Size: 185.73/200 MB

Candidate Block

Mining Attempt c41382f53fd5a808a129cb7b4aab3db894c65c86ee85fe20b1cddb41945c69f5
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 44059f0e6f937b29767059f44637d40a166ae83452a95fab4bd42586e82453a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.03291050 BTC
Feerates: 402.60 > 3.30 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (473,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
441,385 441,385 000000000000000001f0b20e7b3f3f4edfc949175f9779a1827132bcaa41e552 1,603 1.00/1.00 vMB 49
441,384 441,384 00000000000000000216e92b4e662aece6b70e6b021d64da255e3f93431b9058 65 0.03/1.00 vMB 76
441,383 441,383 0000000000000000015f2bd5b329a6e1bafbd695889f62d0207644227ccf1f6a 566 1.00/1.00 vMB 17
441,382 441,382 000000000000000003810c1ddc0d7759f4be3ea93d2889c3ae0b0bdd9228364f 650 0.31/1.00 vMB 75
441,381 441,381 0000000000000000029ca079c6355ef1e92d6d7e5d51e1d9369fa637b9b4c534 468 0.18/1.00 vMB 76
441,380 441,380 000000000000000003e53f5f7655ac3d7b51b9af48d850ae937908fc9cab7c51 350 0.17/1.00 vMB 80
441,379 441,379 000000000000000002152b1fe0fa9094658fff7996a6d4e3d9f97f0b4564dce4 842 0.46/1.00 vMB 78
441,378 441,378 0000000000000000010f604a5d5f5c8b72bb9458b7938a9705a89c2984840571 2,197 0.99/1.00 vMB 71
441,377 441,377 000000000000000000eb94fbcd9466ff862f6187f93ed078be75473c7983cfdf 2,272 1.00/1.00 vMB 68
441,376 441,376 000000000000000002b68d6dd6716e0fec0a161faa589633debdc62cefc98a03 1,533 0.75/1.00 vMB 52
441,375 441,375 0000000000000000023894e54a972c0759c036f5b257cf20f41d6cf2847f1d80 1,646 0.75/1.00 vMB 66
441,374 441,374 000000000000000001cd4272124e907d8330fe12d8d696df7f16de96dcbc3d25 2,699 1.00/1.00 vMB 85
441,373 441,373 0000000000000000021aed0ee4aa72e280d260c2353d5fe9afeadeb75c9a0804 2,745 1.00/1.00 vMB 86
441,372 441,372 000000000000000001e23e1acc58fdfb298f08c2b46847df505bae85ec0dc2de 2,365 1.00/1.00 vMB 82
441,371 441,371 000000000000000003dae3db5b9d37947d28e46fc2e1c40c0e4141fb1ba80ebc 2,747 1.00/1.00 vMB 88
441,370 441,370 000000000000000001da394b37dff6f4662352387c9983828c642b62b70b08ac 1,562 0.77/1.00 vMB 67
441,369 441,369 000000000000000002d6e1794d795d367daab32fbb5ab0fbcc6f2fa9a003075c 1,962 0.93/1.00 vMB 72
441,368 441,368 00000000000000000345a6e15e42b266efe563df1ebe5b434e6898131ac16d85 1,370 1.00/1.00 vMB 46
441,367 441,367 0000000000000000037946d2d42ef787ec69d6bd3e2e24d9e378fad552d6448e 2,085 1.00/1.00 vMB 84
441,366 441,366 00000000000000000142ea5969a9d585d0d5f045e0dbdf0576b879b76aa71db8 1,351 1.00/1.00 vMB 53
441,365 441,365 000000000000000003ac822e401d6028f2abf2fe86197e6bba6492ae9da32d68 2,413 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 782.95 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: 715.22 GB
    • Received: 17.67 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.