Loading Tool

Explorer IconExplorer

Memory Pool

73,518 transactions
28.31 vMB
0.07504168 BTC
Random Selection Loading Transactions
Max Size: 167.49/200 MB

Candidate Block

Mining Attempt 4f6fc1f3a43839b0aca3b544b2524f1c985b206687c6952ed27eeb90f713fb6e
Version 20000000
Previous Block 00000000000000000001a03b540f0df1d23eb184d241282d125e16f53d7c6244
Merkle Root 8aabe6c6e53f28269934eab8480871d62d58dbd9ab30e13d31b18943ffdde3fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,758
Size: 1.00 vMB
Total Fees: 0.01829777 BTC
Feerates: 150.86 > 1.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,031 (283,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,079 631,079 0000000000000000000f7c085b245c51330b94ac590eca5d6b53565dcc3077f3 2,640 1.00/1.00 vMB 215
631,078 631,078 0000000000000000000a0313e96a45c25620872745620492f930a16663075024 3,140 1.00/1.00 vMB 238
631,077 631,077 00000000000000000000eac6e799c468b3a140d9e1400c31f7603fdb20e1198d 2,914 1.00/1.00 vMB 184
631,076 631,076 00000000000000000007171457f3352e101d92bca75f055c330fe33e84bb183b 2,339 1.00/1.00 vMB 213
631,075 631,075 000000000000000000061e12d6a29bd0175a6045dfffeafd950c0513f9b82c80 1,534 1.00/1.00 vMB 184
631,074 631,074 0000000000000000001085785158a27eb07ea62ed7151d4f002d154c9486d695 2,289 1.00/1.00 vMB 222
631,073 631,073 0000000000000000000672447a590fa05fc05fa37cc1499c08e735efbc193d30 2,167 1.00/1.00 vMB 177
631,072 631,072 0000000000000000000232a4caaefcdfa3c6bf27f63d09ebb67de6cfafefeda5 2,580 1.00/1.00 vMB 192
631,071 631,071 0000000000000000000a289dbe6bbf1bf67b458b618560034f1f9a9d3538cae4 2,914 1.00/1.00 vMB 233
631,070 631,070 0000000000000000000267c1000fc8e0afafea37b4d3e7358d01f5e3879aaf11 2,948 1.00/1.00 vMB 181
631,069 631,069 0000000000000000000430c8c903b77974c6f56ba3721e5c78b80dda59669c2f 2,301 1.00/1.00 vMB 189
631,068 631,068 00000000000000000005e9a38cdfa1faa40ee593d6dd53f0f1cf04895b1b79d5 2,258 1.00/1.00 vMB 194
631,067 631,067 0000000000000000000f37ce123fda783f67f03654a6bcfea7a57c5f7a5b5d6a 2,515 1.00/1.00 vMB 217
631,066 631,066 0000000000000000000cb90717d4191d117a80f911084ebf64915e24019a5101 2,479 1.00/1.00 vMB 210
631,065 631,065 000000000000000000033da413ff0e1bf8c24ac37dd66da0693565d8f86de92b 3,269 1.00/1.00 vMB 228
631,064 631,064 00000000000000000005082c4bc31c89ee6fcb540ba4524aecff95f5542a4e99 1,310 1.00/1.00 vMB 203
631,063 631,063 000000000000000000044f919eb56e401ce8e663b315b2cadeb8f8031ea2f7df 2,147 1.00/1.00 vMB 199
631,062 631,062 0000000000000000000e2b2b6ac61319833ac75487f20f1fc73c805f1ffb3aa9 1,839 1.00/1.00 vMB 202
631,061 631,061 00000000000000000008db89c7dc90c4d720a3015826d54282a89d01e0d7c145 2,381 1.00/1.00 vMB 247
631,060 631,060 00000000000000000011bbdfd15bc45c722c1f3210d2b75e6b0f449e54b1f8af 2,545 1.00/1.00 vMB 67
631,059 631,059 0000000000000000000534ab967987ce6024f443ec10e79db3fcf2264d30bc6c 2,783 1.00/1.00 vMB 82
Previous 10 blocks ↓
Total Size: 782.45 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: 666.81 GB
    • Received: 15.22 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.