Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

908 transactions (0.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,801 000000000000000000022b910000000000000000000000000000000000000000 0.23 vMB 903 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,800 (747,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,221 164,221 0000000000000a0276cda9be68104843ef907113942fda4d2162355513396291 0.02 MB 58 45
164,220 164,220 0000000000000bbd15b34fba25c1e8b4bcb2ac63241281e323669a20daef3aa9 0.00 MB 6 0
164,219 164,219 00000000000004c41fb31939bb1610530d29a50dae7c22cd85ec26bd8b6a6a5d 0.02 MB 50 2
164,218 164,218 000000000000077db312ea236d6a6a058a82af3e0affd14a69544379e9e52b13 0.05 MB 30 105
164,217 164,217 0000000000000c8cd481bb9eac4e4769c45191b3a387a73d78ee91ea478872ba 0.00 MB 11 0
164,216 164,216 000000000000033fb027d1f7891ca607d19c1b0d7cf08b78cfcf26fac52921b3 0.01 MB 20 54
164,215 164,215 00000000000009e0c501622dc58966ed5e96a874f635f30d373164956e2c0bf5 0.00 MB 8 0
164,214 164,214 0000000000000bca2f39bc692e55115a909c9431031f0fb4af42fee001b08f96 0.01 MB 44 175
164,213 164,213 000000000000022e74ef25c78842e7a548d06f6b57575913f940ce537b84e27f 0.05 MB 158 91
164,212 164,212 0000000000000133c84b9133418f6e4bb09b7e51d7a8c28f39edced1a225ff16 0.02 MB 65 75
164,211 164,211 000000000000049bbca306ec75f50543c0e241bf7f8255946f5846ef612b91f6 0.03 MB 46 182
164,210 164,210 0000000000000963f5010b32e163c47768bec8967c66b452c322fbe29556eb64 0.00 MB 13 16
164,209 164,209 0000000000000a00b68d2b5eb4c85166ee371e93985ce684d19d03f46913726d 0.03 MB 32 38
164,208 164,208 0000000000000b1262381dfeb8ea2a9219767b2d836394cd44952c67ee44850a 0.00 MB 1 0
164,207 164,207 00000000000000c53f0fd480a04347bfbe988766b7b825b10daa04d689f0846a 0.02 MB 66 123
164,206 164,206 000000000000063b3f0f4bdc7414cb2a75348ce82e58c008948b54d003857de3 0.01 MB 13 245
164,205 164,205 0000000000000b59926598c20370b3e7377381cad1a3783bccdfa6255a379c1b 0.03 MB 70 146
164,204 164,204 0000000000000598d2da9c1b58a7a23ec6dc75784ab851e565dc0cc1608e3134 0.01 MB 7 47
164,203 164,203 0000000000000036b1a30ff223ff827a3ca6e57131e86d6436e73da75561c1b6 0.01 MB 36 260
164,202 164,202 0000000000000c803d7039ee0537e17f087b2ee340f2d96d549da3efb98d6271 0.03 MB 57 140
164,201 164,201 000000000000074368b782f3c6c291ac6cfff07a972f3827a568860398ea12fb 0.02 MB 63 90
Previous 10 blocks ↓
Total Size: 776.72 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,446.02 GB sent, 132.15 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.