Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

117 transactions (0.03 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,735 000000000000000000022b910000000000000000000000000000000000000000 0.02 vMB 96 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,734 (160,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
750,950 750,950 000000000000000000022f29f63c8a6091b3de1d5d11137cba35aa26109d7e93 1.50 MB 3,510 13
750,949 750,949 00000000000000000003eeb790c15dd02be496192c597bb10de15cf9a735b09b 1.57 MB 3,128 7
750,948 750,948 0000000000000000000899c516b66a6bbb0b1b9366ee8543d37d29605c123e89 1.37 MB 2,067 7
750,947 750,947 000000000000000000098443079a03074e9242826c2a5f830ddb205bdd6ff5aa 1.55 MB 3,099 13
750,946 750,946 00000000000000000000e42ec70e6b7abd1698292cd34022dadd951c7a17c28f 1.24 MB 1,712 7
750,945 750,945 00000000000000000002100678908d50d3f09ddae88c2ff46634cb4feb3f760a 1.46 MB 1,847 8
750,944 750,944 000000000000000000011cdcdec7936766b4158115b973ad5d917bc9cba2fb9f 1.55 MB 2,686 23
750,943 750,943 0000000000000000000952ed6945ff79710a61fcf214ee55ed5634ddb33d28b8 0.57 MB 1,202 9
750,942 750,942 00000000000000000007fc35ee8418290ca07d15f943c5ea3b64452f7bbca99c 0.09 MB 163 6
750,941 750,941 00000000000000000006b6458ff42d46e7661d660399f3c2d005712f7bb5a57b 0.17 MB 229 7
750,940 750,940 0000000000000000000766381829305ef574a0b6a24ec13d896da88529c7ec38 0.44 MB 846 8
750,939 750,939 000000000000000000070d752e99a87f1233c158c49f574a6293c66c95cf57b7 0.29 MB 662 10
750,938 750,938 00000000000000000008863da813661e9d03b861b18e3f9cc0ed17fba95c15a4 1.41 MB 2,314 7
750,937 750,937 000000000000000000049102c29f03130ccfeddd50c6fa6ef91cb1c6fd6590fb 1.39 MB 2,451 8
750,936 750,936 00000000000000000004b3a20cbcc1ba2633c2f92227d20bac63d1d0c644a189 1.48 MB 1,486 2
750,935 750,935 000000000000000000009a346bdddab7a8c3465412998df51be072d801af1584 1.37 MB 1,257 2
750,934 750,934 00000000000000000000f6d20703fd03bed8351d5995d18c96b1835fe592a71e 1.62 MB 2,673 5
750,933 750,933 00000000000000000007ebc338bb8bf6e55c7499f06596b5f53e3dc37b1f0232 1.68 MB 2,375 5
750,932 750,932 000000000000000000009d7a53148cbac52737297618ba0ef21a5931259216cc 1.54 MB 3,110 15
750,931 750,931 00000000000000000002492d9ab37672f1095bb250d83db0c7a4867d0ae7ac90 1.56 MB 3,417 8
750,930 750,930 000000000000000000038bc0023ea07ebc18830f030cf4376f6802ce583ca765 1.51 MB 2,056 11
Previous 10 blocks ↓
Total Size: 776.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,427.50 GB sent, 131.54 GB received

Notes

  • This page updates every 5 seconds.
  • 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.