Loading Tool

Explorer IconExplorer

Memory Pool

40,295 transactions
28.18 vMB
0.06781104 BTC
Random Selection Loading Transactions
Max Size: 143.62/200 MB

Candidate Block

Mining Attempt 9cd7979401f7ee980c0388aeb7e194dd31cb2cb5dc916fba80415083d1eb635f
Version 20000000
Previous Block 00000000000000000001d6e4b9fe9c31ee121da43d4be6adea03305ebd2b9e1e
Merkle Root 7536bdd870c76c21c7613018d5c2eb3e16a7a1f08f45838e017079e05a0ab664
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,369
Size: 1.00 vMB
Total Fees: 0.01359874 BTC
Feerates: 60.16 > 1.36 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,629 (413,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
501,578 501,578 00000000000000000029ddf9a51b32a8d5e6278de53b7e2324d2fbb75a975945 820 1.00/1.00 vMB 234
501,577 501,577 0000000000000000005cdda04a7962ed1ee01c79c95d8e82484adba404a88687 2,072 1.00/1.00 vMB 433
501,576 501,576 0000000000000000003d9fe77388bf015461b786992bf16663489bc7edee61d7 2,306 1.00/1.00 vMB 467
501,575 501,575 0000000000000000000bb6f7f2faddebbc9a293f681af03c897e35543883b95e 2,447 1.00/1.00 vMB 520
501,574 501,574 0000000000000000001587ab32102cd3a6280f616c34c3cd190c9dec5f2ac42b 1,859 1.00/1.00 vMB 405
501,573 501,573 00000000000000000084c160e4cb4881b7eddf677bee4cfd279d12a0cd6d09d6 1,303 1.00/1.00 vMB 134
501,572 501,572 00000000000000000077622a45dbd34734ef4eb5842d262ee5e88e74fc479383 2,064 1.00/1.00 vMB 295
501,571 501,571 000000000000000000207abb52fcc08130b4679ffcc2ed6d0770a8c21ff78c2a 2,302 1.00/1.00 vMB 546
501,570 501,570 000000000000000000503b09a293c8a9ddf15dac115a9e535ddba7e77ab0173d 2,362 1.00/1.00 vMB 664
501,569 501,569 00000000000000000068a058a17bc1180b2d65945667060e9baa64f6f0976758 2,234 1.00/1.00 vMB 756
501,568 501,568 0000000000000000008132cb39724bd171aabfa9203a1a96be0878563773dc8f 1,931 1.00/1.00 vMB 296
501,567 501,567 000000000000000000752ba6aafeee0fba6d867c5639442a8a777ac3c63482a2 2,537 1.00/1.00 vMB 531
501,566 501,566 0000000000000000004403945edd01a6dbd3a0c2592ec02d51f2a4b028dfb156 2,255 1.00/1.00 vMB 715
501,565 501,565 000000000000000000834260741bb4d6a8c1af110bcbe7ce015bfd773e70ccfb 1,798 1.00/1.00 vMB 374
501,564 501,564 000000000000000000329700aecbc692d89314fed64ca15fedfe90d66c14ef8e 1,911 1.00/1.00 vMB 286
501,563 501,563 0000000000000000008abab85c707f721555e2a9ba5dedc4c552fac3637e3659 2,358 1.00/1.00 vMB 532
501,562 501,562 00000000000000000006afc64c40bf18e2ba7bd7b2cb6160802fa2c6ce9008b9 2,879 1.00/1.00 vMB 664
501,561 501,561 000000000000000000318da0b6829d539acf94bcc2970a64fba465821f0db465 2,093 1.00/1.00 vMB 126
501,560 501,560 0000000000000000003544c0d3996c3bd2f246657297452c01f86a2f546b7d9d 2,355 1.00/1.00 vMB 548
501,559 501,559 00000000000000000038732ae5a4ac6178c8f4b5451a7d3dd5f56be15adcc3c3 486 1.00/1.00 vMB 110
501,558 501,558 00000000000000000014d52bf515e772609ee11f2cb25c1054fe450f461b87fc 2,513 1.00/1.00 vMB 476
Previous 10 blocks ↓
Total Size: 781.73 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: 630.33 GB
    • Received: 12.01 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.