Loading Tool

Explorer IconExplorer

Memory Pool

46,289 transactions
30.62 vMB
0.09862064 BTC
Random Selection Loading Transactions
Max Size: 157.52/200 MB

Candidate Block

Mining Attempt b97c8a7b4feb6164664134a72f4688d331444e09a6b2085d702a0fb17a64b2a5
Version 20000000
Previous Block 00000000000000000001b8dfc38ed945729f501b3f188a3d0e55173d56b3de81
Merkle Root 442a895f48fab03199a3852d34cdd01ffe08cc46cad445436b1610ea4f237a2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,676
Size: 1.00 vMB
Total Fees: 0.03164091 BTC
Feerates: 100.29 > 3.17 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,579 (148,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,673 765,673 00000000000000000001956e436d921f7fedb6c4251aead685e37d22db87f251 2,540 1.00/1.00 vMB 41
765,672 765,672 00000000000000000006c63230b1e048dc9ffae0531e4d14702f76dd87dcb0ca 1,518 1.00/1.00 vMB 9
765,671 765,671 00000000000000000005b0154741972975305aac565b9ac4af6e0ba3be1f6cb8 2,114 1.00/1.00 vMB 20
765,670 765,670 00000000000000000007638cb562a0ca6b09e6d96e67a9afe60e67540653c38c 1,895 1.00/1.00 vMB 11
765,669 765,669 000000000000000000075dbbbaf0d7201ed7ada0d3a3046756b4a8be963104a4 2,768 1.00/1.00 vMB 25
765,668 765,668 00000000000000000005e62b8b7d30ac30ba5a49dd22a1e2fb1fdff092f53c74 2,937 1.00/1.00 vMB 44
765,667 765,667 00000000000000000003ffa425c7c50f672ec4b72dd67c3da3e224253ae77ae2 1,476 1.00/1.00 vMB 8
765,666 765,666 0000000000000000000468730df44c8845e9c54f350ea4515fdeafea9c704415 1,986 1.00/1.00 vMB 12
765,665 765,665 000000000000000000016ba0aa8429b1eac500ada97802bb7bed05986b7d9c2b 1,894 1.00/1.00 vMB 8
765,664 765,664 00000000000000000005f45ff7833af3945cb1871c7e6e9ed8087389f7ce7ea1 2,192 1.00/1.00 vMB 17
765,663 765,663 0000000000000000000480bd7f79a38e773135cc28dee3b2e7b9574a412db20a 1,968 1.00/1.00 vMB 17
765,662 765,662 00000000000000000001431c5ccd4b1dcc8cc16bb4cd1641365aca0ea22dfb3a 1,004 1.00/1.00 vMB 24
765,661 765,661 000000000000000000009e7e9dbc7900f7425c85d4a24d362c08dbf012a1ca0f 2,627 1.00/1.00 vMB 31
765,660 765,660 00000000000000000003201f4709aea3b268f2406e37b6b6a7b8e231aaef6366 2,971 1.00/1.00 vMB 37
765,659 765,659 00000000000000000005b8321e6dc1a0665a50e7ac607cfaa814ce9861e957f0 593 1.00/1.00 vMB 17
765,658 765,658 00000000000000000003b353e700cb80dcaef9200cf095dcaa9389a5e78a7e9c 1,312 1.00/1.00 vMB 21
765,657 765,657 0000000000000000000034d5110c850c8be23276fe184effbe82815bfbb36d67 2,291 1.00/1.00 vMB 29
765,656 765,656 00000000000000000005795c7c275af5e0fa88cd87d64b3dd152dfcabff2c1da 3,061 1.00/1.00 vMB 25
765,655 765,655 000000000000000000002a88c94fec5d5c77b383379821a58e5e3ab537925cb5 2,147 1.00/1.00 vMB 20
765,654 765,654 000000000000000000052e604e24c20fd26c543408feef58c93aea09f38086df 2,028 1.00/1.00 vMB 35
765,653 765,653 000000000000000000013c11f46c0dfb6926bc1d6662575d24a226767325fbec 2,978 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.64 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 626.63 GB
    • Received: 11.68 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.