Loading Tool

Explorer IconExplorer

Memory Pool

76,866 transactions
28.54 vMB
0.06297264 BTC
Random Selection Loading Transactions
Max Size: 173.22/200 MB

Candidate Block

Mining Attempt fb35536132ede66d05cc31cfb365d1ecb3a81769bb30ab6d23c7a6070e601926
Version 20000000
Previous Block 00000000000000000001c49f83a44b33fdaf760ac061f9963277002d72c7d5d6
Merkle Root bb0815184d5a744ea72fc09b7b8bc84cb1d03fc69fbbeb7b7150be255ffa3d5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,069
Size: 1.00 vMB
Total Fees: 0.00361937 BTC
Feerates: 73.20 > 0.36 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,091 (534,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
380,238 380,238 0000000000000000086e88c7fbfa358c4e1380defec7e99ba8e64c07de3f8869 2,276 1.00/1.00 vMB 32
380,237 380,237 000000000000000005b4ce9e1c735b5207f4fb7d33450e37125573b96ce9b778 1,222 0.93/1.00 vMB 38
380,236 380,236 00000000000000000888897ef73f6c3206dc3fc7f30bbb00da8c095ce2590413 983 0.92/1.00 vMB 40
380,235 380,235 0000000000000000092e4b4917cc74ef5c4747b29ed2f036b09a77af40a7cdd7 467 1.00/1.00 vMB 36
380,234 380,234 0000000000000000092219ccf3ad58fa44865a38a4cbd7a4be339023f7c7aa36 399 1.00/1.00 vMB 36
380,233 380,233 000000000000000001c09a540258c3845c562666e42e9d53b854914d1c5ed74a 318 1.00/1.00 vMB 34
380,232 380,232 00000000000000000a94e45a8e6de934e38b15d8d80ba9a9210f92b4f07fe3cc 1,006 1.00/1.00 vMB 43
380,231 380,231 0000000000000000080bb7be05574d1c37c478425ec889abfb2e0889a1b1d50c 598 0.93/1.00 vMB 38
380,230 380,230 00000000000000000a75ee6515ee0d9140d621fa20ab06c97f5755f2d92ec25c 2,991 1.00/1.00 vMB 52
380,229 380,229 0000000000000000067336a6c2e9875d8f38e8aefab3706f2bc6f3d4ba96b8d5 2,854 0.93/1.00 vMB 75
380,228 380,228 000000000000000008a08fd6ec6625113a7013673847e5950ce57467aa09761b 23 0.01/1.00 vMB 292
380,227 380,227 0000000000000000086f9dd51470181e178bac5b6590298ca1dd870a64e3b62c 1,726 0.82/1.00 vMB 40
380,226 380,226 0000000000000000111582ced2edd00de4c9d01d027a4c5896222564fdb8c6b6 367 0.20/1.00 vMB 29
380,225 380,225 00000000000000000fefea6b420f5caaecf717284ba64a4ad222b0d1aa7fa83d 363 0.25/1.00 vMB 27
380,224 380,224 0000000000000000060e20c5cd8633c80aa24a2dc2fb82bed6efd8a7cc380d6f 256 0.20/1.00 vMB 26
380,223 380,223 00000000000000000f30976a1aca38c0503dfe91228e39f9ecf5168bb3d56cde 768 0.49/1.00 vMB 34
380,222 380,222 00000000000000000fb82fed97a90e67b96c92cb9df4c8ea79227821fa70e884 1,420 1.00/1.00 vMB 28
380,221 380,221 00000000000000000e19fa341fa61c68ef7069e3f6948780f3110508e52945fb 981 1.00/1.00 vMB 16
380,220 380,220 0000000000000000086a593756c18a9a46566c6f8595238d282ede8c6b40dd8f 1,734 0.92/1.00 vMB 39
380,219 380,219 00000000000000000cc847ec274ca6b0785968a266eb6845d30e51f3a428d806 992 0.53/1.00 vMB 36
380,218 380,218 000000000000000008075e8fc3f62e69981d4f42d83e1fa5cbb1dc852d0e14d9 890 0.75/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.55 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: 669.83 GB
    • Received: 15.77 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.