Loading Tool

Explorer IconExplorer

Memory Pool

55,830 transactions
31.93 vMB
0.17285512 BTC
Random Selection Loading Transactions
Max Size: 171.85/200 MB

Candidate Block

Mining Attempt 27fb918de29542f01ab324011f17855ddfe773e1f720f34853924ea2d3dc9722
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 2f7e1735c011198127fbb58541f316c8bc68e9bdb52bc29b78f97c86e5d0cb0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,770
Size: 1.00 vMB
Total Fees: 0.06873777 BTC
Feerates: 465.21 > 6.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (286,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
628,058 628,058 00000000000000000000bd0bd973bd2bb98f1042525942176c19e3c9e019c0af 2,847 1.00/1.00 vMB 30
628,057 628,057 00000000000000000000ad14d95c2d8a917d29fb0d97c1adf6e866dc7330630b 1,665 0.59/1.00 vMB 17
628,056 628,056 000000000000000000060095e7b12e35828befdfaecf58e980e3fe7759aa8cbb 2,102 0.97/1.00 vMB 10
628,055 628,055 00000000000000000005e28147d00423c4141274e0b44b3f824b71633b4eae10 1,696 1.00/1.00 vMB 5
628,054 628,054 0000000000000000000205ee11c360e3b37ec963fa00be936b042553846f6110 3,023 1.00/1.00 vMB 17
628,053 628,053 000000000000000000100947fe9fc5a820e2ebac7f90c33914749f47384a2981 3,000 1.00/1.00 vMB 22
628,052 628,052 00000000000000000002f546ea174c420da4fa992183309d4b539a52af353116 1,102 1.00/1.00 vMB 2
628,051 628,051 0000000000000000000ef9d36705d3c89b54545d02c5e32cd209ad956776390a 2,511 1.00/1.00 vMB 16
628,050 628,050 0000000000000000000d1e0dc0824d0f099ee0be599a84a5fe44fe342b08b07f 3,003 1.00/1.00 vMB 27
628,049 628,049 000000000000000000088df646d5deea7706fbf5afc7de0f43ca0cf6bbeb71ca 2,172 1.00/1.00 vMB 4
628,048 628,048 00000000000000000000feb361d2eeaa20cd4b28c7cf706c37caef9048e7d029 2,725 1.00/1.00 vMB 22
628,047 628,047 000000000000000000086608da84dc4acb28f89b48be12d39c93f75686f70a5d 2,818 1.00/1.00 vMB 13
628,046 628,046 0000000000000000000fc27e306539475796051a7645d4aab0e21f3e0f3bdc73 1,824 1.00/1.00 vMB 22
628,045 628,045 00000000000000000006cebf5b9bc6facfe4951cbe2d2fd86578c08b457da455 2,644 1.00/1.00 vMB 35
628,044 628,044 0000000000000000000e4f71e22e7d6ebcfd3458b4d2cfc0468c33e07881fc45 3,005 1.00/1.00 vMB 18
628,043 628,043 0000000000000000000c7920852c50d201316c1c891aa96e1acd21f27c606a2f 2,929 1.00/1.00 vMB 26
628,042 628,042 0000000000000000000270076b509fb4f16f01218a07941cec6f9070d888b46d 2,900 1.00/1.00 vMB 16
628,041 628,041 0000000000000000001032ad013b1bd2abe2af01076f20cf974c5d3cd0600e83 2,672 1.00/1.00 vMB 27
628,040 628,040 000000000000000000082f5c0a1c568bb5275bcb4ac718dbc02320d43b4253ea 2,521 1.00/1.00 vMB 15
628,039 628,039 000000000000000000074cadaaf1c9cdece0218f6f3a67ea1d23a72fea616e24 2,740 1.00/1.00 vMB 22
628,038 628,038 0000000000000000000b87374a0dff36da91e5621335aeee14aab5e0790ac4c9 2,642 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.