Loading Tool

Explorer IconExplorer

Memory Pool

39,541 transactions
26.19 vMB
0.05254610 BTC
Random Selection Loading Transactions
Max Size: 136.49/200 MB

Candidate Block

Mining Attempt edc4422b17c6b27c1afa3b06d99df4eb0c4f81509d3eb4d62e3c2fed0bbdf024
Version 20000000
Previous Block 0000000000000000000018814d3d8a0f9277bbafe575a6ea906e31298d58afa1
Merkle Root 4afd5179169bbcf6c330ab431062087c017bef8d145deb8bc5e854a8f4d5bccf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,670
Size: 1.00 vMB
Total Fees: 0.00466777 BTC
Feerates: 100.00 > 0.47 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,799 (252,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,999 661,999 0000000000000000000a4a8c22bf2eddabe7b271da860e9954c3c7bc9c7310d4 2,065 1.00/1.00 vMB 59
661,998 661,998 00000000000000000006339d0b29b7d05da5b293b3c379ef9e0939ac348b7a09 1,514 1.00/1.00 vMB 42
661,997 661,997 000000000000000000071953a94a1af9442f0a984c3bb7789359e0dfe3e2f279 2,313 1.00/1.00 vMB 76
661,996 661,996 00000000000000000009b0f51f0693040c4f922e74709cc705b968ef2ed72541 1,045 1.00/1.00 vMB 37
661,995 661,995 0000000000000000000ee24138ad08a431b6c88532da36ab973d9dac1db464aa 1,719 1.00/1.00 vMB 60
661,994 661,994 0000000000000000000ce17e7d46388cf703aaae558c881fb468a7017418d83e 2,196 1.00/1.00 vMB 62
661,993 661,993 000000000000000000011729a6a2834da07261e339e8d07e53ae51e7a2e5da21 1,868 1.00/1.00 vMB 55
661,992 661,992 000000000000000000066121d9e7e5f12c1c4cbffa442792521431196164b480 1,966 1.00/1.00 vMB 59
661,991 661,991 00000000000000000000b759570202ce47834fe7fded1854f93e1d32b9be15f9 2,229 1.00/1.00 vMB 62
661,990 661,990 000000000000000000000dee1da20e680ecb548957979b4b74c0f4dde55c93ba 1,722 1.00/1.00 vMB 93
661,989 661,989 00000000000000000005c7ef3feab0ec63c740bfeb95baa2d8f7241c66306392 2,528 1.00/1.00 vMB 144
661,988 661,988 000000000000000000092bf11f07ebd549d7ac1d674babd9e382a534b62e35e6 2,512 1.00/1.00 vMB 74
661,987 661,987 0000000000000000000e73cdabc85f611f78b13734b523a9909b3a4663503f4c 1,881 1.00/1.00 vMB 63
661,986 661,986 00000000000000000007b2d5f1724317cc0d93df288feb028cbc8612c9fac994 2,301 1.00/1.00 vMB 74
661,985 661,985 00000000000000000009b5b61cfb8fe0a98391e0490635bf6bb5b7b36216fbb4 2,024 1.00/1.00 vMB 56
661,984 661,984 000000000000000000020ee4deef2ac27f73a46d38ae890ecbade21e913d3f65 1,663 1.00/1.00 vMB 78
661,983 661,983 00000000000000000004ffc83680f8dba44a092fc9c6c7781f6000119c9cd646 2,519 1.00/1.00 vMB 73
661,982 661,982 0000000000000000000a88884710099e2076d1698a880f5252429acf888f329f 2,221 1.00/1.00 vMB 74
661,981 661,981 000000000000000000010db7e89d741bc0ecf22bbb9f7fb0f2bd9bc20fd8de71 2,470 1.00/1.00 vMB 55
661,980 661,980 00000000000000000003d7e794a8677c6a434e3ce4149c97836a6fa1ad72b6ba 1,977 1.00/1.00 vMB 83
661,979 661,979 00000000000000000001c107e60e091426495e6567ca1cd3e71dba53adfbc1a4 2,472 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.03 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: 650.29 GB
    • Received: 13.26 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.