Loading Tool

Explorer IconExplorer

Memory Pool

19,068 transactions
10.71 vMB
0.02478488 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.82/200 MB

Candidate Block

Mining Attempt 65788b9dc98d4c328fabd890e08723fd0ec58da28c6ea6bd2ab50674d06223a5
Version 20000000
Previous Block 00000000000000000001e4adc040e5943a26aca16b48e6178a736f319d347df0
Merkle Root 1fd9ce5a655dc00eb0c4828bc150c8495ced7a1bd864ff682c792b6ed287f6cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,153
Size: 0.99799 1.00 vMB
Total Fees: 0.00766802 BTC
Feerates: 101.00 > 0.77 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,638 (728,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
185,004 185,004 000000000000002be91929809c4993ca69936ee9c20ced5cb1f84e84e5f79b32 542 0.25/1.00 vMB 183
185,003 185,003 000000000000043b0f598ec14e220bab7e2aac49b02fb20cfef3454ff53813b7 148 0.05/1.00 vMB 157
185,002 185,002 000000000000002b480d0c02ebcaa9feafde2819089454caddf10af72dc3c5d4 171 0.05/1.00 vMB 177
185,001 185,001 0000000000000566eb164345a545c66780a17f9dec91ce0a8835d77e16ad0cea 144 0.07/1.00 vMB 121
185,000 185,000 00000000000008e4a049f80eb23c83c71f3f2bd34f7a50caf66c17511c40dc13 136 0.06/1.00 vMB 111
184,999 184,999 000000000000048c8d3ea3f350447e0197fd9605509227462f4fa6a6fb889e38 447 0.21/1.00 vMB 115
184,998 184,998 00000000000004f73d71c034e08109872a745c4984f9461999819266dbdc7b62 10 0.00/1.00 vMB 0
184,997 184,997 00000000000004dd92352fb4f7694edf7770fa103b4bc36ff358b2ec41b973f6 700 0.22/1.00 vMB 153
184,996 184,996 00000000000004ff7fb99038cd3252e43aeaa2fa999f058a4069fbb47ca09e2c 512 0.20/1.00 vMB 132
184,995 184,995 00000000000006a0d1692c3953441c09db5747783b966252c4ba2a303c37e057 569 0.25/1.00 vMB 139
184,994 184,994 00000000000000935d9569463a69509758455b687fc645b3494e68abed86fd67 11 0.00/1.00 vMB 295
184,993 184,993 00000000000007ba9c170c2f74917fb14c53c81f61c1b66349f108cebd162797 226 0.11/1.00 vMB 117
184,992 184,992 0000000000000a11074a28df3f3875de6667d15009d799cb3841bfb7c23bae8f 75 0.02/1.00 vMB 97
184,991 184,991 00000000000008197cf4e4f302e8200e665d12e8ee099b75adf858d8d5344dfa 27 0.01/1.00 vMB 113
184,990 184,990 00000000000001eb1bb4c2f6e14822854d2d0b8ca6c2d7735f13d6e59d6c62a6 73 0.04/1.00 vMB 87
184,989 184,989 00000000000008a6995f566ab6bde0a92be66c42536db9c5349cd396fdd9b18c 39 0.01/1.00 vMB 90
184,988 184,988 000000000000095c0af749c77a33c827bcade11687a67b124ecde29b94e56bbd 158 0.07/1.00 vMB 125
184,987 184,987 00000000000001382ef53c790f3205297426ab1e3db77a968c74287939bfb1e5 209 0.10/1.00 vMB 120
184,986 184,986 000000000000098ef0245679911c8f88429e91c61fa7b04bd240682c1c075b9e 548 0.21/1.00 vMB 161
184,985 184,985 00000000000008a71f7a7659bea720b2739374b8c7d6d3e8fad3574cbaf5596c 512 0.25/1.00 vMB 247
184,984 184,984 00000000000006a3e93f7cf2fa101e7c93a5a4ce9734b3e40bbd920ef03eb634 156 0.05/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 779.97 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: 470.31 GB
    • Received: 2.95 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.