Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,173 transactions (0.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,557 000000000000000000022cb30000000000000000000000000000000000000000 0.39 vMB 1,169 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,556 (878,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,078 32,078 000000009364ffba16d0815de7064ee33d02cd897552e5cbfeb7d1fa6b751a68 0.00 MB 1 0
32,077 32,077 00000000bf73b9bbf7ebe87bc4c9bdc0302c12c6f345a86e3714aba60510f463 0.00 MB 1 0
32,076 32,076 000000006f042a516f2268787de1aa7c3d56cf4ad27c32f8ddcd8b5be7956184 0.00 MB 1 0
32,075 32,075 00000000a9e3612610688909a0cf41f9f2e674f44c3804d1e51f7e719a3407d7 0.00 MB 1 0
32,074 32,074 00000000fde7709f575c2576982ed2df2004ddcf5ef33affae9aee0f85ebfc27 0.00 MB 1 0
32,073 32,073 000000002aa62b8dec5860ee99a91aa503e8ac43cf3242c89869d344f7202396 0.00 MB 1 0
32,072 32,072 00000000a76b8578d6bee4ff48f83e7a14638871a0b98cedee64e1f0f35c86e1 0.00 MB 1 0
32,071 32,071 0000000084738e97914a3a326d4e7a789445af235ee8bf7fb6db37cf6b8af391 0.00 MB 1 0
32,070 32,070 00000000f7418d332f1418b9dbff4f940af19646436f685084b720f20888cfd5 0.00 MB 1 0
32,069 32,069 0000000058592c734f719fb06d0927beccee2d8ae045e1ed1b51be81a2919827 0.00 MB 1 0
32,068 32,068 000000006ff887b21625a9e4ce5cef89cfcdee142367b115fd0c1b22579d28b9 0.00 MB 1 0
32,067 32,067 00000000d571d8f760ad070f876c3ca80adcc7387a81bb61ba19d1b3f8a3e967 0.00 MB 1 0
32,066 32,066 00000000ec3b7abf5de42e7e33ac62737b4a4caf58c805a0b614a6b86b0e7bef 0.00 MB 1 0
32,065 32,065 000000009554801e6db89ff41da7d62b033ec3988b4c8ef2af4c12a0466f24cb 0.00 MB 1 0
32,064 32,064 00000000ceee0b0cc92fcd478e8df99b42aedcf24f587b34c5eca115885f3524 0.00 MB 1 0
32,063 32,063 00000000738135357066b6657b0543c6babb7e37181d9fca604868185bb6f1be 0.00 MB 1 0
32,062 32,062 00000000e3e486012b5f2bd718e51736fc62f087b089164b3c5d2eb16fd25db8 0.00 MB 1 0
32,061 32,061 000000001e21fd83a2fdf4083845d3c25eb840b6c07094bc7a1404788538cb91 0.00 MB 1 0
32,060 32,060 0000000024b911bb1ae68e59ffe0ddf6c2498d78781ab8b0628b5eaba7ecbf2b 0.00 MB 1 0
32,059 32,059 00000000ae0c39bbaf160673893a9d041a90a3d0019ad97d25175efb170a151f 0.00 MB 1 0
32,058 32,058 0000000001a49e23167e8311b971a339b87b1a3625a6692c18d52cc77c93830a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.41 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,252.30 GB sent, 120.58 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.