Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,955 transactions (0.62 vMB)

Priority:

  • 1 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,494 000000000000000000022b910000000000000000000000000000000000000000 0.62 vMB 1,944 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,493 (896,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,077 15,077 00000000753e2feed804d560d7c4a6e72338a8024bf80278c2f9d09e33ec366f 0.00 MB 1 0
15,076 15,076 00000000fed0840bf3385dd08380b679b42773e9c73c6afc4b86c22014696489 0.00 MB 1 0
15,075 15,075 00000000e37a13c12398f474f969b1e83ec804fc6cde31b8af2a1ba307e41882 0.00 MB 1 0
15,074 15,074 0000000092c5a5ab3943d9354369d9761a8b17ce93ae77d2abbfbb86cff40720 0.00 MB 1 0
15,073 15,073 00000000832d65b5ef1a31cfa68daa56895aff77d889b1d0726f5f4499a8596d 0.00 MB 1 0
15,072 15,072 000000009243c5b928e2e8ec3b9e2c560eca3d0449c9bb818fc90c82ce1e786b 0.00 MB 1 0
15,071 15,071 00000000ec16b3e213ac83c285be466ed8e4bd42961eae015b5ab96e15a231e1 0.00 MB 1 0
15,070 15,070 000000008ef2966c45ad798768440abda0ef3854dbe85ad134d7d525f4a3edac 0.00 MB 1 0
15,069 15,069 000000004ff430546a89378d778baafcae06ff6bd4f79765dbf2931e940aff4c 0.00 MB 1 0
15,068 15,068 000000004cb4ac8e70e509750de1cbcd4ddcbaf8ff082244a1b3ca1ef77610dd 0.00 MB 1 0
15,067 15,067 00000000328ffdc481de2b47e66b970c10ab3de5d41421ab8e748e33ea8384a1 0.00 MB 1 0
15,066 15,066 0000000048fdde2fe8a18808bf1c58ca01e40785f22497cf763de68accd0de1e 0.00 MB 1 0
15,065 15,065 00000000d424eb4139f739e7da395b09809a55293f030cc42bcdae98507280ec 0.00 MB 1 0
15,064 15,064 0000000066ed51900e4d3138611dcbe772ee4d5ecfa6afad511a4d35d93f0c3c 0.00 MB 1 0
15,063 15,063 00000000ef65b7b114acd11b1fb3d09ae82521cca3220bf2f95a08cca702bffc 0.00 MB 1 0
15,062 15,062 00000000c5d79aab93938a6fc0200460d0935861fa610b5dd4b8d7352e14216f 0.00 MB 1 0
15,061 15,061 00000000b151742f077ccd79a6a3308a56616ff1f509c3d0b8533dda1be27969 0.00 MB 1 0
15,060 15,060 00000000b2d289c3d31a170d969ad90468e3943f1ab1a840cf5d6923266e1fe4 0.00 MB 1 0
15,059 15,059 00000000b179b05e40ad3e4f2233c884edb257c3eb4c1fc385c975c14cb4c2e5 0.00 MB 1 0
15,058 15,058 00000000efbc13247bd3e6565be74be1cd9054435837bc5a889dee3ac0f2e3f1 0.00 MB 1 0
15,057 15,057 00000000547dcabd075476f9e6fc812f998b0de5977d89e565a33543c3776420 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.15 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,411.92 GB sent, 129.46 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.