Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

557 transactions (0.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,323 000000000000000000022cb30000000000000000000000000000000000000000 0.14 vMB 530 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,322 (881,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,239 29,239 000000008228a7153c1132c2cb6d746d59c8b985c640945185998c5ebf092b5f 0.00 MB 1 0
29,238 29,238 0000000055e3ab7c019f718b93329f6917133cfd1cc647139a02c75a47de58c0 0.00 MB 1 0
29,237 29,237 000000002c38a1ee265458b066c2c74183ecb20f0a3b488dec30820af4e4f213 0.00 MB 1 0
29,236 29,236 000000004168998542841b1917ccab87107dbdd30c674592ebc735cf2ebe3724 0.00 MB 1 0
29,235 29,235 00000000e82d4fbcdfbcee03af07bfe2e031a24c83d72fc1e28199071a6a71ae 0.00 MB 1 0
29,234 29,234 000000008f866f2a180754b9c4ae5b13433265f05ee8c7920abf60c2d29b934e 0.00 MB 1 0
29,233 29,233 00000000f267a7c3e0d9ca6b8eb7240547a45cdfd5ea0abff2186cada40002c1 0.00 MB 1 0
29,232 29,232 0000000012c32a18f4831d0b34782a5e35a62f789c93246668b18cea9e3d2c37 0.00 MB 1 0
29,231 29,231 00000000e3d5e7365933cfbcf946627673b4633022f2f8e012a6d5032c3b5767 0.00 MB 1 0
29,230 29,230 00000000c8373cca6286eefa00eaa6ab9394dd1d709f470b09e4c01955c387ef 0.00 MB 1 0
29,229 29,229 00000000516fd7a0cdb42a7f30e27a29a79ba7088a898ab1b551716e183feb8b 0.00 MB 1 0
29,228 29,228 000000005a9899032b2647b785c7333b97c2bc41487f52cfd5377fae7ea010f0 0.00 MB 1 0
29,227 29,227 00000000d9642215aabfa6797b7ae1e9c58b574e0ef3d755b2e2ce0583f91bad 0.00 MB 1 0
29,226 29,226 000000003bc1e05f600fced154621832d2b1aba58a80a058b592fda3e0506ace 0.00 MB 1 0
29,225 29,225 0000000003a7767454192d5f53a869187defe509c9693742075c0d7d150ca734 0.00 MB 1 0
29,224 29,224 00000000b1b864abba0f47c439ba1c130fca8b9e333f01d59d3762532ddff9af 0.00 MB 1 0
29,223 29,223 000000009ccd13578fb9265f08f13f6463810d008da18508ed6b7c639e24cee1 0.00 MB 1 0
29,222 29,222 0000000079ac2c5fb643bdf55e6c020f0ee4b4533131535e8e3c7cb4edab863d 0.00 MB 1 0
29,221 29,221 00000000f3a6f2767de69c81c1d26b9a6385470d88de67892cecb30dd5c586c2 0.00 MB 1 0
29,220 29,220 0000000029088eee116be905bf5830146704282a8016c8cf25ae9bc49c1ddb28 0.00 MB 1 0
29,219 29,219 00000000171d870c51406331f8ade2a5ea8b7d1760aeb34b0cda583f4041e484 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,231.01 GB sent, 118.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.