Loading Tool

Explorer IconExplorer

Memory Pool

80,192 transactions
29.82 vMB
0.08369854 BTC
Random Selection Loading Transactions
Max Size: 179.16/200 MB

Candidate Block

Mining Attempt 8679750c6fd1e3024e592972578cb86bafc80f5b73c22ab28ebe88c6239361ce
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root e2f5c98f208b27c41bcf224acd0653978007a09ee2059aecb67bd1691b6cbca7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,976
Size: 1.00 vMB
Total Fees: 0.02286240 BTC
Feerates: 502.65 > 2.29 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (259,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,407 655,407 0000000000000000000f84f730e3d7012aa2c44e2ed7024df1efa5a651ecb3ad 2,628 1.00/1.00 vMB 101
655,406 655,406 0000000000000000000b9f52dde91168c06036839a3fdadc3067e21c5454e197 2,614 1.00/1.00 vMB 262
655,405 655,405 00000000000000000010a86f0aa72ec5a0b662aa776d80e0bf52b6d27f17ba4d 2,737 1.00/1.00 vMB 343
655,404 655,404 0000000000000000000c0a5d8b8eae7e79471d47c32a8acf167eb418619040b4 2,391 1.00/1.00 vMB 69
655,403 655,403 0000000000000000000b5ae3262e5143da30d61765162a40d49f81fe278d9ac6 2,590 1.00/1.00 vMB 192
655,402 655,402 0000000000000000000bbf1caddb3c54d6a5b063bdc5d4d2f2de90261a79860e 2,342 1.00/1.00 vMB 196
655,401 655,401 0000000000000000000c6adb4103327937eac414c3eba7859625e9671344c169 2,589 1.00/1.00 vMB 195
655,400 655,400 00000000000000000007e727fad072b48a7652c998f3b5a5244c695abb5eb050 2,827 1.00/1.00 vMB 334
655,399 655,399 000000000000000000026489591862ebb49feae090bb5893e886d60bca3171a4 1,338 1.00/1.00 vMB 15
655,398 655,398 00000000000000000002fb4630c41a365168b85ad365576cf1cf8f2c180f7c76 171 1.00/1.00 vMB 21
655,397 655,397 00000000000000000004ac2aa17c0e86d2102a91a8990a5790d97672ea77776f 2,378 1.00/1.00 vMB 24
655,396 655,396 000000000000000000055d92629681c10222e9995b8e84aaf3021d2ca3f5b29b 2,454 1.00/1.00 vMB 220
655,395 655,395 0000000000000000000e98c5118f7bdd1789256d70225ff788400a64510409f5 2,707 1.00/1.00 vMB 193
655,394 655,394 00000000000000000000ff6c17de767214360953c68d97c8b0757af2ebd0d4b1 2,361 1.00/1.00 vMB 31
655,393 655,393 000000000000000000019be53cd14fac5196087443e19f3a794250f7f55690ca 2,111 1.00/1.00 vMB 89
655,392 655,392 0000000000000000000bca46e663c864592e8324c0c83bc04dbcdf8ee403bbf8 2,834 1.00/1.00 vMB 316
655,391 655,391 00000000000000000002a0232036aa3d198855e6e48c8910db4a67d8c2cb05a2 1,008 1.00/1.00 vMB 32
655,390 655,390 00000000000000000006726a6cd0b7b46c25e3fe487a6685837e4adb23831352 2,497 1.00/1.00 vMB 43
655,389 655,389 00000000000000000003534ecb7030728e70fc14f6b2d181662b5466a5956a64 2,404 1.00/1.00 vMB 107
655,388 655,388 00000000000000000007c4c1bef33167a457714f6d57f1f139dfe34c5223cb20 2,590 1.00/1.00 vMB 83
655,387 655,387 0000000000000000000d386e8c384bac1e731487b6a568c581fe71418a0d39dc 2,498 1.00/1.00 vMB 200
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.