Loading Tool

Explorer IconExplorer

Memory Pool

87,082 transactions
32.58 vMB
0.15090022 BTC
Random Selection Loading Transactions
Max Size: 198.96/200 MB

Candidate Block

Mining Attempt b383ca5714df9c70a8e7b32d2c73a52b107c4bc0ef3cbdf64ddf4e8ead860579
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 9df2954f51016ba36051e5ae55aa87076e2891dfcd1f1e6aefae0cf80b6623b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.05805217 BTC
Feerates: 400.00 > 5.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (538,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,848 376,848 0000000000000000041c73ca30f5398ff9a5c3aacf58b41a72f6130dadd11011 823 0.49/1.00 vMB 36
376,847 376,847 000000000000000001c3394630565b3e9cb559b57230a612e7665eecbcac7e2c 192 0.12/1.00 vMB 24
376,846 376,846 000000000000000000a6a6c08bdeafb6325232762cb3a0e3e2af5d2dbb3a95ad 510 0.25/1.00 vMB 39
376,845 376,845 000000000000000009420f929d234cce70a1adf165631edac864bf569d7322a8 666 0.71/1.00 vMB 13
376,844 376,844 00000000000000000299da645b0d6d3d8566a58e6e0dcf3618b06f5875e04223 995 0.52/1.00 vMB 35
376,843 376,843 00000000000000000a4eed10d803cebf91f4b6e3f838e802c287f5b6270176b2 1,290 1.00/1.00 vMB 22
376,842 376,842 000000000000000012661bec8057131c04ffb9459c47d6f77ae1467a1c18b3b8 2,561 1.00/1.00 vMB 52
376,841 376,841 00000000000000000189574153c5bac75cff912fe8b8fbcdb0c32e7784f3d9a5 752 0.78/1.00 vMB 22
376,840 376,840 000000000000000006208b8e84e2fa1518a8b92cb5cc892bd1be9f0adc226a98 1,481 1.00/1.00 vMB 24
376,839 376,839 00000000000000000baf1ca9afb99a4171641a0ed1505c66ea4d14f64f73322f 2,299 1.00/1.00 vMB 57
376,838 376,838 000000000000000005357d8058f50009cd61d3c71348dde1e6b53b9f7cd0ba4c 1,689 0.58/1.00 vMB 52
376,837 376,837 00000000000000000a2414831e81ba016912cd70d449e10f31e33bc77a161710 1 0.00/1.00 vMB 0
376,836 376,836 00000000000000000486bb7a710406a7972a9922fa2271700bad076e5741a2fd 1,241 0.79/1.00 vMB 29
376,835 376,835 00000000000000000883a3f053b4ff192940dcd794ce12d09eccd6c284383f05 1,363 0.75/1.00 vMB 36
376,834 376,834 000000000000000007265f13203c0c994edca77c1d98cf8b0f2c40fbd46068e3 195 0.09/1.00 vMB 32
376,833 376,833 00000000000000000b136ef8571c8cbde26cc0452ad9bdc922e6780727904d5d 307 0.62/1.00 vMB 8
376,832 376,832 0000000000000000086f9abe2d3d070bfc0065d9fa046e57a02ccb0cb9d10b99 804 0.75/1.00 vMB 19
376,831 376,831 00000000000000000fc5062f34b31bf625e2f74d305728f69b4b672178681e5c 2,105 0.89/1.00 vMB 50
376,830 376,830 00000000000000000a2c131fb4bd2a87fc220b191f463773099e7c841d70a843 1,992 1.00/1.00 vMB 38
376,829 376,829 0000000000000000067ec83d051ba48655fd4948a920d6609c7722320ab91546 1,967 1.00/1.00 vMB 32
376,828 376,828 00000000000000001172ec15c8719bbde000ee15487670f0faeb673b831b821c 2,154 0.75/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.78 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: 709.73 GB
    • Received: 16.96 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.