Loading Tool

Explorer IconExplorer

Memory Pool

81,544 transactions
29.87 vMB
0.14318172 BTC
Random Selection Loading Transactions
Max Size: 181.01/200 MB

Candidate Block

Mining Attempt 1297a5e93cc308ba39c233818138d81564315291fe3d1e4eb799ae965782f36e
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 509f8fc7a5f508aba11d0260fe464f2d60fbdf0bd1c0a2e66f5dbe92bfcdde21
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,789
Size: 1.00 vMB
Total Fees: 0.07535885 BTC
Feerates: 101.65 > 7.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (192,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
722,238 722,238 0000000000000000000a4964a415f9fda8d69433a5238cec129761cbb99a832a 3,153 1.00/1.00 vMB 11
722,237 722,237 00000000000000000005cc8898ac7e15170a0b63fa79acf12650ef9a3c818275 1 0.00/1.00 vMB 0
722,236 722,236 00000000000000000000dd541c34f916338075ac846676dc44f0137cd14dec8a 2,503 1.00/1.00 vMB 18
722,235 722,235 000000000000000000017b076f03f0bea64ae1d4533ec00970ed5e1d0f96b19e 3,257 1.00/1.00 vMB 20
722,234 722,234 00000000000000000002ff316c7faa4bbbe491825ac8ba35dbbd79a25b6b9af2 3,219 1.00/1.00 vMB 12
722,233 722,233 00000000000000000009fc7e09032d7cb7de8e0099635fbfdc53a7dd44a9f88e 2,891 1.00/1.00 vMB 16
722,232 722,232 00000000000000000003a5c382bd3e9bb393294bba95d4492ee9a9489edbbe8f 3,040 1.00/1.00 vMB 36
722,231 722,231 00000000000000000005a83cd4f70b5ec63a1f50207c4da7297e6e9fdb1945a7 1,154 1.00/1.00 vMB 9
722,230 722,230 00000000000000000008a3f22d812a3b03ad8f4282dc4e40e1404bcb755f94ae 2,288 1.00/1.00 vMB 14
722,229 722,229 00000000000000000004479e17a0fe9eba7c93ea230bb3ba93b4067aa1d5f490 2,637 1.00/1.00 vMB 9
722,228 722,228 000000000000000000080c859b10fbd82f3a088ad78cbef085a31f1ce8ec4aa6 2,029 1.00/1.00 vMB 21
722,227 722,227 0000000000000000000670c6c6eb3daf928e9ccf5878a8bc2238cd113eb5b0d5 2,109 1.00/1.00 vMB 21
722,226 722,226 000000000000000000007c50ed173bbf3fa667f5a84872d041b09a5c99bd8e67 2,282 1.00/1.00 vMB 11
722,225 722,225 00000000000000000001fe1187adbc2dcf87adec2bfeb4e4e61d0cbb28c289e1 1,732 1.00/1.00 vMB 14
722,224 722,224 00000000000000000000bb2334b79def122dfcb290ab5ae3108d6e74d073e3cb 2,980 1.00/1.00 vMB 11
722,223 722,223 0000000000000000000146ab9144146d528e81570ac897646b5a357f9876137b 1,849 1.00/1.00 vMB 18
722,222 722,222 00000000000000000000f3a9e85e90d6f02130fcaa6e31cf782b43dc214764e4 3,387 1.00/1.00 vMB 10
722,221 722,221 000000000000000000009344f0ef07668bda0927cadad3e4f74e9acc3bafc169 2,538 1.00/1.00 vMB 8
722,220 722,220 0000000000000000000329180da97915630bff0c0e20a0022082bb9151dcbda7 916 1.00/1.00 vMB 12
722,219 722,219 000000000000000000055d975873901180cf217a0c8501a71304cd591d1d827e 275 1.00/1.00 vMB 9
722,218 722,218 000000000000000000008682634b99d8ea7039c16c4b59e815a6b697ae2e60da 2,311 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.60 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: 671.68 GB
    • Received: 15.99 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.