Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,390 transactions (0.72 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,980 000000000000000000022b910000000000000000000000000000000000000000 0.71 vMB 1,362 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,979 (61 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,918 911,918 00000000000000000001f6e708828923f2b21d1880ac589c8825b083d05d75cb 1.69 MB 3,208 3
911,917 911,917 00000000000000000000eba497e5d4ff8342644fba7abbdef202e9735c916bde 1.84 MB 2,287 5
911,916 911,916 000000000000000000017ed40eb725109d9c039a9f7ff1fce0eb4a74c8b7aea7 1.42 MB 2,782 5
911,915 911,915 000000000000000000004eeb74b2fd27ba555c63e83aec75656a90a7f10c5d80 1.76 MB 5,075 0
911,914 911,914 00000000000000000000a3105b5e0e3b26738a4397aa4eef8878f7ca163e765a 1.56 MB 2,918 2
911,913 911,913 00000000000000000001e3c33069f4f7e4b835f1beb9f3f42d70e31f3c6432f7 1.68 MB 4,224 1
911,912 911,912 000000000000000000021b7b19b6a59bcca542ec70483c730b5463d44ef6a8a6 1.56 MB 3,452 3
911,911 911,911 000000000000000000002dfbfd10ca469f7c05c7d94ce8c63a500b2f9a80caf4 1.65 MB 3,283 1
911,910 911,910 000000000000000000000f577787addf7e94158e3ec6d9ca83c1858bb90b97e4 1.55 MB 3,116 3
911,909 911,909 00000000000000000001a24a6a90f747e31c9859458e98ae606bbd3bb67fb465 0.76 MB 1,332 1
911,908 911,908 0000000000000000000179dbe71f1051c469360ba064937c38f153479d93cc28 1.59 MB 3,707 2
911,907 911,907 000000000000000000000ada345cd9668a64a7048bfb13dbedcc0abfc2d6d48a 1.57 MB 2,473 4
911,906 911,906 00000000000000000000852c3d11a6e16a92ffe55b937f38a97904d4eefc78ed 0.31 MB 531 3
911,905 911,905 00000000000000000000a824b5066eb9bc98f569c34acc5cfead1f43d6e68225 1.62 MB 3,674 1
911,904 911,904 00000000000000000001cb1e442ecd57a280a99c7466366982cdc5c7f3f08449 1.63 MB 3,593 2
911,903 911,903 00000000000000000000470acab980c50d58be5496a5d3114d45218a5d656280 1.53 MB 3,632 4
911,902 911,902 00000000000000000000ae959f8a61ac3ecee7332be51f2d02187e10bf9ec06d 1.40 MB 2,435 1
911,901 911,901 00000000000000000001bc0c1ffec3e9649be2ccf800b013fb24ace9da3c7a1d 1.56 MB 2,565 3
911,900 911,900 000000000000000000012e740934ce5435bb0a910e6296a5e68af75318edd623 1.44 MB 2,975 3
911,899 911,899 00000000000000000001bfb57a8b5a0141cf6ab3200ad79ed50d8ef66eb9723e 1.67 MB 3,362 3
911,898 911,898 0000000000000000000055a74a9cc8574a5ffbe38b01d40ae8948dec911a8adf 1.73 MB 2,912 7
Previous 10 blocks ↓
Total Size: 777.05 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,500.71 GB sent, 133.68 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.