Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,282 transactions (1.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,051 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,425 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,050 (886,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,356 23,356 00000000116bac879487980efd6dd01609e6e7cac6ea604d886b7537c243855e 0.00 MB 1 0
23,355 23,355 00000000cba7ce9947031d57401469ee0edff4177c58d77e159b5253bb1e6fe5 0.00 MB 1 0
23,354 23,354 00000000ef1ab2b810958f489a4b130d01167a536365523feed21505cad6693e 0.00 MB 1 0
23,353 23,353 000000002cbe1ac8f78a7e365f107a54cd9580c3158630cac0d5c83c8b35d2da 0.00 MB 1 0
23,352 23,352 0000000029fb4bb472c679ae96835b1d78a18bf8a02d5bd34696526446bf361c 0.00 MB 1 0
23,351 23,351 00000000470bdb9304eb45f832b271e823627417b5bb629620aa3c351de91592 0.00 MB 1 0
23,350 23,350 0000000051ed945d7333584234e3bd85abb44e1e1466e1f07e93efaf289536f3 0.00 MB 1 0
23,349 23,349 00000000b5a7998b14cec61748f430830968df524a8a09ff77bc4aff3bdea293 0.00 MB 1 0
23,348 23,348 0000000006af350873e95d00dacf212155096c8e0f985fad3b435e855a998029 0.00 MB 1 0
23,347 23,347 00000000360fe811eaa6ae79d5db86fee166a8eabb9237e87bcc3691c3fad387 0.00 MB 1 0
23,346 23,346 0000000096f425359d148cf53f91a11d66a94e4bafdbcbf6b868191949a7c3f3 0.00 MB 1 0
23,345 23,345 00000000c11ab25b9e46141b483b43dff55ca95d5f23193ffbb207bef39f3cb8 0.00 MB 1 0
23,344 23,344 0000000040baec68ccf5504506f9927017d586dafd097dde4e5f242cd0c9756f 0.00 MB 1 0
23,343 23,343 00000000b0b7012bcd16e7384e585882ca9a16c30a060b81d2fbb1360e91a60d 0.00 MB 1 0
23,342 23,342 000000001ff635b8ebd070fd68b9f80c7840350f1af55424f6d4e86823a97d7c 0.00 MB 1 0
23,341 23,341 0000000048e02f59b1a18668e30440fa980b2d0d13a3da519db3ad9ae42ba2e8 0.00 MB 1 0
23,340 23,340 00000000fed615175aa04816a6d3e0d9f6ddfde3d542ca3986d86bc47c824575 0.00 MB 1 0
23,339 23,339 0000000015fbc1c8239bd1d68903285f0a1b00339fbbe8b99b9f32b92c2a5bc2 0.00 MB 1 0
23,338 23,338 0000000019a513d14933939580fedab062014b292cda4857568a82a2a4831958 0.00 MB 1 0
23,337 23,337 000000006889a6317497f7e64ea1b2ca430506ea254f43092d1ce14a8549d00c 0.00 MB 1 0
23,336 23,336 00000000e61ad4f4ee88d71d7a22a492d7a45deaba05c54c1fff527b01a63616 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.49 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,186.08 GB sent, 115.80 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.