Loading Tool

Explorer IconExplorer

Memory Pool

20,120 transactions
9.01 vMB
0.04333739 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.68/200 MB

Candidate Block

Mining Attempt 65d266c230713c8284a091cc8956fb1a260a23fa74787ebba79a42ec54ce2aba
Version 20000000
Previous Block 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f
Merkle Root 66df91df2c1c081c4a93e55cc516e706fc32ee00428da4ea657f2df284bac0ed
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,073
Size: 1.00 vMB
Total Fees: 0.02342794 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,402 (772,739 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
140,663 140,663 000000000000042deaf7df7ad25b17a54194f33e20a8e79ca2cc64e3ea40a586 56 0.03 vMB 88
140,662 140,662 00000000000003555a7ad26a266abf1a85e8b61123cd0dc160c3a9fd41f6fa8c 19 0.01 vMB 331
140,661 140,661 000000000000003c67695fe6a71dcab811f0fac58b0b48e9c799f621316f7cfb 14 0.00 vMB 296
140,660 140,660 00000000000000fc29093de42237890594c14bfe5dc612256c000e957302ee20 8 0.00 vMB 229
140,659 140,659 00000000000004042a76513e6675a5cb8698c7e98f75caa1ab0ea9ac7013a381 10 0.00 vMB 93
140,658 140,658 00000000000000d58d973bff29666f59fa1c598054e4003a8d9944943e72980c 55 0.03 vMB 44
140,657 140,657 00000000000006377de776b325e3948fc1b31c594cf3629a6a1291a914efb6f9 96 0.03 vMB 161
140,656 140,656 000000000000030f7342b7fd6d266c5bae7f316b628d5a3127f615c76ea88e6d 32 0.01 vMB 36
140,655 140,655 0000000000000877b87c77c4fb1fbc14e75ad6085e43863d3f6918aaf396f3af 23 0.02 vMB 172
140,654 140,654 0000000000000270597eaaa9fb6070dcacdf2680dc016c3380b9b0d6111679c7 20 0.01 vMB 123
140,653 140,653 00000000000005dca61e79590df5649ed229a92871b5dcd70d6d4ec2718776df 97 0.03 vMB 81
140,652 140,652 00000000000002d1d5302ecdbc4ad9f36fada1a14d714e8f170f97547c1e43f1 16 0.01 vMB 63
140,651 140,651 00000000000005c297eeef1971934fc0915993482845ca74d91587a81b5977f6 70 0.03 vMB 93
140,650 140,650 000000000000061aaf746c503ad8329e0483ab6be211142717365ee58ea6ea50 6 0.00 vMB 76
140,649 140,649 00000000000002c98d2f84f45963643de5a0207331cbf5c7cccb86caac7c9446 44 0.02 vMB 344
140,648 140,648 000000000000065fa543e17832d9840878512adcd6925d9f8109c5b99c2d5756 62 0.02 vMB 0
140,647 140,647 000000000000055f1475beac1ddde04ed1fe69702e4d7cf9f030c003eb309d1e 61 0.03 vMB 160
140,646 140,646 00000000000005aab25d88f0727fa372b214efd1dcbedeb717c9136f2000d807 138 0.05 vMB 188
140,645 140,645 000000000000083167412f4a44a5fc6156823e98909a2949747d89b456f7067c 1 0.00 vMB 0
140,644 140,644 00000000000008a1d292118b51a64b32049e6fafe0a9e6bcc5f9ecc184aab31a 3 0.00 vMB 94
140,643 140,643 00000000000002eec60980c2749abaa2f475f637b49c8c851a52bb97d4b8ab90 7 0.00 vMB 52
Previous 10 blocks ↓
Total Size: 779.57 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: 270.56 GB
    • Received: 1.05 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.