Loading Tool

Explorer IconExplorer

Memory Pool

75,753 transactions
27.62 vMB
0.06760527 BTC
Random Selection Loading Transactions
Max Size: 169.27/200 MB

Candidate Block

Mining Attempt c29f4a0b27d37351cc3d3208da4721b5ed7707fe3b6b37aa8695d2a7aa0a3e79
Version 20000000
Previous Block 000000000000000000000c18148fdfef4d629c0717edfd345e01c977e0de589f
Merkle Root c0540edbb263bf5ee6f857b6566c133327f83e70f76d941707aefae97fbcafa5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,228
Size: 1.00 vMB
Total Fees: 0.00854546 BTC
Feerates: 81.11 > 0.86 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,310 (481,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,929 433,929 0000000000000000019676db9903ed47ba56ce53a424fa6256d4856118798f55 1,820 0.75/1.00 vMB 73
433,928 433,928 0000000000000000021802fb7e24a916224c47f8d4e5be3b206a0116bff6e8b3 2,433 0.99/1.00 vMB 59
433,927 433,927 000000000000000000656dd70cf939aab9ccfda2761eba45333e539e720f768d 3,011 1.00/1.00 vMB 88
433,926 433,926 00000000000000000340c96fe6fa8dfe69df5c0aeef5fd02097eaea7ad437513 2,460 1.00/1.00 vMB 67
433,925 433,925 000000000000000003e6431819c7f37aff49ba44ba9e9a743b46eea3ed5f0537 2,769 1.00/1.00 vMB 61
433,924 433,924 0000000000000000025733e48f78fcdd95dd6821e5b8fd47d5a8188c1b66eaef 2,906 1.00/1.00 vMB 95
433,923 433,923 0000000000000000011731952ab1b09a88c8cebf69e980c63eca46d67728b670 2,041 1.00/1.00 vMB 68
433,922 433,922 0000000000000000017bf2a35547d35b9786f5c4d590b53f4a51e767e5c5ab84 2,095 1.00/1.00 vMB 55
433,921 433,921 00000000000000000174b615099fe124e93c47b08509477140938552a3b992ce 2,384 1.00/1.00 vMB 66
433,920 433,920 0000000000000000007b4d35516845387f0d27f7cc324c31b8a19bf302b147ec 1,804 1.00/1.00 vMB 61
433,919 433,919 000000000000000001e1bdd2c7760e834611679b83ef5c1c7edb157aa56f12ab 2,724 1.00/1.00 vMB 80
433,918 433,918 00000000000000000271d72e125dd1cc3f2090feaf033fb6a3fbca8a13413060 2,259 1.00/1.00 vMB 82
433,917 433,917 000000000000000002dd9bbc6dfdba2c79d0546688602c6e51f52487aadba33e 2,590 1.00/1.00 vMB 61
433,916 433,916 000000000000000003848a0407035e3ded963be0068668c5faf621b896cc1ba1 2,019 1.00/1.00 vMB 68
433,915 433,915 0000000000000000015d9cf7126f619fd597c761956efdc9162f7ad96887b60b 2,794 1.00/1.00 vMB 64
433,914 433,914 000000000000000001a42916a9f049dc0fcc748274cc87f0a5f522558c8f7c19 2,365 1.00/1.00 vMB 93
433,913 433,913 0000000000000000029b750e4b40126967ec1841b4a3f6bdaeab3806d41a2cbe 2,630 1.00/1.00 vMB 113
433,912 433,912 0000000000000000034709d8edd8dc00621536696a1c8999d94f22df8a2f9f83 2,178 1.00/1.00 vMB 79
433,911 433,911 0000000000000000040d13f92f82173b79a7deac447d901a5aae8f7cd0aace73 2,469 1.00/1.00 vMB 64
433,910 433,910 000000000000000001b8a80f00f4454b486b24e8422fac7d28b2673b23549dbf 2,864 1.00/1.00 vMB 79
433,909 433,909 000000000000000002ceb7e7a4e30f29b3945d10a20a7be0fb77c36645b37725 2,505 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.93 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: 714.60 GB
    • Received: 17.57 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.