Loading Tool

Explorer IconExplorer

Memory Pool

43,427 transactions
26.92 vMB
0.08890176 BTC
Random Selection Loading Transactions
Max Size: 140.87/200 MB

Candidate Block

Mining Attempt 04df6a0eb6bb5d3e37f78ebbd873edf4625f7ef394d52c2f4eb97ebdd9ac9d11
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 5a7cce4da3c3636b5e32e6435da68d672fbf17c56a2e56f733a8d9982e2e54ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,489
Size: 1.00 vMB
Total Fees: 0.03802450 BTC
Feerates: 151.16 > 3.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (453,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,673 461,673 0000000000000000016439bb02ddb29aaf9247f6772674bf3ae60f6143c9eb80 1,773 1.00/1.00 vMB 177
461,672 461,672 00000000000000000177b764ff03db56b85689f4533b3c639173cd5931e592ca 2,299 1.00/1.00 vMB 124
461,671 461,671 00000000000000000164e46dc02e0ee8ca05d7a57a4ee64a6f0152839b3c9c8d 2,230 1.00/1.00 vMB 126
461,670 461,670 0000000000000000016288430faa020a3e9634988f8bd161ee5d0fd505100da0 1,079 1.00/1.00 vMB 104
461,669 461,669 000000000000000001212061cb69fab319f0fd0e7f455045e3ca2fdb275e184e 363 1.00/1.00 vMB 133
461,668 461,668 000000000000000000030950633c9c2307d96549c39e62ecd819f69d7da8fb00 1,243 1.00/1.00 vMB 165
461,667 461,667 00000000000000000029486c9e04bb8bcadd672d294c68f2af181b4d6a73f9d4 2,291 1.00/1.00 vMB 165
461,666 461,666 0000000000000000015cdc2a2c7ba43b3c65360a9d003fb1df4625de1b9b407a 2,545 1.00/1.00 vMB 226
461,665 461,665 000000000000000001f4b280e8e3fbdebc5c75401685aa616f21d30d36dd1b86 1,857 1.00/1.00 vMB 135
461,664 461,664 00000000000000000094784c391a6f63e8ab26099a427b053015f8c6666f7445 1,393 1.00/1.00 vMB 104
461,663 461,663 00000000000000000172ad9ea56a90bdfed0f364a902500e9ff4d74f000ced99 2,427 1.00/1.00 vMB 167
461,662 461,662 00000000000000000137a6b853ed6e23c023235f562818bb60245712374e1ab8 2,105 1.00/1.00 vMB 149
461,661 461,661 000000000000000001a54140cf7a7eddd794138a616983c6686b2ac4af837c07 2,098 1.00/1.00 vMB 136
461,660 461,660 000000000000000001da323f45f7c9afef4bb6c3e084a2216eb9a7e8c917c080 2,451 1.00/1.00 vMB 146
461,659 461,659 000000000000000001657b4084c3d5928d16fd80984b6d90c313539d43e29c3f 2,066 1.00/1.00 vMB 128
461,658 461,658 000000000000000000e7a89ba5ef2627dd2f31542c44c8231eece59e8a60a6a1 2,076 1.00/1.00 vMB 159
461,657 461,657 000000000000000001150f9d61161a17b33a130946f01e68cc022da7ff099bf0 1,988 1.00/1.00 vMB 125
461,656 461,656 000000000000000001b665e308c232106391de032963d5fcc0be934967cb67fd 2,442 1.00/1.00 vMB 133
461,655 461,655 0000000000000000022e83d37e7c380270fb3312d492f2236745a418af65a096 1,171 1.00/1.00 vMB 160
461,654 461,654 000000000000000001fb7574bb0d9d084dd2b97b501e5f97e4ae6adc66127105 446 0.93/1.00 vMB 150
461,653 461,653 0000000000000000020629cb90d370dd08743e3c0ecb7f9836e6594b3e5e2e03 2,307 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.