Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

21,402 transactions (5.23 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,070 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,079 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,069 (875,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,634 34,634 0000000067e9f62301ce625e3c49a7a6c82ee225ba169595054abd3c091f24bf 0.00 MB 1 0
34,633 34,633 00000000518a3f1f399c6a7308638a5d428ae32b14d3b046eb8e164086acaae4 0.00 MB 1 0
34,632 34,632 00000000703317a396a8e679275695069fb3c270998e4e1e6ed3441d20fe6e50 0.00 MB 1 0
34,631 34,631 000000008dec0c49100ba7c66391dd4679b494c192c1e5b123bb6afe55889958 0.00 MB 1 0
34,630 34,630 00000000a2c1ef8905795b93f92d467f64d344bafbe7593758535146e386e9b5 0.00 MB 1 0
34,629 34,629 00000000a6d268d8c69ae619c3256d0cf8bb403b5bfdd95b731916c34652aa07 0.00 MB 1 0
34,628 34,628 00000000a4f40ead428dfb142d05d8e57c22a58dbb75e961846f720be137afee 0.00 MB 1 0
34,627 34,627 00000000946117ebda0911268c7235f76122b413f1b80ea6b0a820f97734e109 0.00 MB 1 0
34,626 34,626 00000000a0f889a47ef26680f9760ad580260488e11ba50ed38a7af3e4b86d05 0.00 MB 1 0
34,625 34,625 00000000286daa3b506303219f28baeab764ce458937d05711ba8f0d1f3a58a5 0.00 MB 1 0
34,624 34,624 0000000070903e951cc99e46d0812000d5f70ac5c41609e917e9346dac00e594 0.00 MB 1 0
34,623 34,623 00000000a517e9baf69c28f994186a3bbfa1d981e67740a1571f5a16bf048df5 0.00 MB 1 0
34,622 34,622 000000001ce7c8b7b9902018e865f966f2689ba7d1bcdf9a8c7ba7deea444041 0.00 MB 2 0
34,621 34,621 00000000b3402e681feb8f74690239fd96eba3ce15b5cf2940100e3b34ca65bf 0.00 MB 1 0
34,620 34,620 0000000070340a84eff9172a31b88b3473a1bc04eebd5a577a196caaa48dc88a 0.00 MB 1 0
34,619 34,619 00000000ab33f1cdbb17833409bda94598c6ab7516a17deda977231eeeaeed5e 0.00 MB 1 0
34,618 34,618 00000000a8f14e87e5e9529fefe7abf2fa981a024b1939a64d04718007875c56 0.00 MB 1 0
34,617 34,617 00000000ac2b420caf64aa35fd25f976e3d42bb197634598ce21001b06c1c265 0.00 MB 1 0
34,616 34,616 00000000599902cd6fccce33cc954815e91ab2c4141cd6f3c8ccfe4f90a2c7e7 0.00 MB 1 0
34,615 34,615 000000001333ba468c0c2d1c6903fd437edef51baa879ff22cb34c9a645b55ca 0.00 MB 1 0
34,614 34,614 0000000034b07fb75cad7f901e26e924d4d7e6b3f590c12708ea510164c9888b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.52 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,186.76 GB sent, 116.11 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.