Loading Tool

Explorer IconExplorer

Memory Pool

6,287 transactions (1.78 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 10.52/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,255 000000000000000000022b910000000000000000000000000000000000000000 4,149 0.05901238 BTC 1.00 vMB 2.99
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,254 (561,891 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,363 350,363 0000000000000000010851fa2b6da5957850219504b19558cc87f33359f3793b 0.19 MB 330 25
350,362 350,362 0000000000000000096deaee91c49ee729dbff54d795c66e94192537c4e476ab 0.22 MB 512 26
350,361 350,361 000000000000000015c218c3a60f0e93a9c394e58036c5390776772127c669b4 0.36 MB 673 19
350,360 350,360 00000000000000000f6d27bcd0ef5657533cbaa953236115905a557fc1e88209 0.99 MB 635 8
350,359 350,359 000000000000000003078444e5a48b45ea8f69310fb909f74905e8ebb6dd3377 0.75 MB 1,411 28
350,358 350,358 000000000000000004be7eb1a1b7edb5dad2504a5538b850943da686aa1bafd5 0.75 MB 337 7
350,357 350,357 00000000000000000c7a9c4c3985e3b36864bff561b36d9d5727c7eefb497201 0.75 MB 490 9
350,356 350,356 0000000000000000141fcc095e6980b6a653d5d936cdd99ff323d5ecba43bec4 0.75 MB 1,175 20
350,355 350,355 000000000000000004c583d3dce7bad0afd4ef33194e3036b295477ae7212a89 0.75 MB 1,320 25
350,354 350,354 000000000000000008e63a256964dabe8f1c1deaede3cc8225da9bfc37f16c3d 0.32 MB 1,024 44
350,353 350,353 000000000000000013a9c5f880ecaaa3423a3c97e6293d33cc01272822a8e3b6 0.75 MB 1,701 30
350,352 350,352 000000000000000011e1fc3fdf276e7204005e21f5f0e1dea8f840f7ae0568fe 0.12 MB 211 28
350,351 350,351 0000000000000000159343b45c82f4ecc2eea6ae30a219c0644bc70d18f37968 0.20 MB 349 20
350,350 350,350 000000000000000001418521139d4cb0b385afb7960b69b5e62bfe17e7c87f02 0.31 MB 573 16
350,349 350,349 000000000000000011a9f59f3c8deda79ae35667406de0f2388db4418ff9a23e 0.47 MB 841 26
350,348 350,348 0000000000000000003e783809e6440b343fd32cf0e135145152be0a574c1cf0 0.19 MB 264 19
350,347 350,347 0000000000000000085c84f2b43daed5dcf82af9d0070040a13ce2efc608aad5 0.75 MB 1,427 26
350,346 350,346 00000000000000001266872f2f774e99cc95db654ca3ec0ec6329ac521609392 0.26 MB 486 29
350,345 350,345 000000000000000014f110ebbb5ed92b0ca09cb22569bb2a255fbd359606a181 0.04 MB 57 6
350,344 350,344 000000000000000002df8cf4d84e9fae3e0837eeeb42f9d43db9061d263b37d0 0.38 MB 723 23
350,343 350,343 0000000000000000089aa974d4fbb9eafa65f62c1d7f6cff67fa5840890e00fe 0.80 MB 1,350 21
Previous 10 blocks ↓
Total Size: 777.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,538.59 GB
    • Received: 136.09 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.