Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

487 transactions (0.13 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,540 000000000000000000022b910000000000000000000000000000000000000000 0.12 vMB 473 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,539 (578,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,334 333,334 0000000000000000036203fc51747265a176c9941f677e2b4a96f9aa24d4dd72 0.05 MB 126 30
333,333 333,333 00000000000000001a2a29708d38505ec20d8f51b4ca28f6b526d1d22073c7e0 0.18 MB 364 19
333,332 333,332 0000000000000000002b00e286efd75fecd7d0c7ac7d9a8800f1c9e48d64f501 0.09 MB 109 11
333,331 333,331 0000000000000000086347a715353a7a0b10299edd3cd4916b7137783b110fa3 0.22 MB 347 21
333,330 333,330 00000000000000001051fe600caa28230ec1c10416416072a56623c540f8b333 0.98 MB 518 10
333,329 333,329 0000000000000000095a375dee75b9e7348c929c0f80fb831857488c3b96b6bc 1.00 MB 1,188 25
333,328 333,328 0000000000000000001b60d83171f8a5f057b67d01f250553cfc4f3e2bd29ceb 1.00 MB 483 14
333,327 333,327 00000000000000001b4d2c633fa2f766c7785cc53dd94e6cd502c56dba827015 0.75 MB 663 17
333,326 333,326 00000000000000000adf45970328192bb2527552afec867391ae315039935232 0.62 MB 893 19
333,325 333,325 00000000000000000e90774b6533a17e47a78d3574ce79b348c4832f6c9acfbd 0.05 MB 128 56
333,324 333,324 000000000000000017beac62e61e90052842f49aa3198b02b4e73a5c441b143e 0.01 MB 9 47
333,323 333,323 00000000000000000f7fc2a5d58e856e19328e3e81691f6382fc3f1c61a1d248 0.75 MB 816 16
333,322 333,322 0000000000000000132951ffcd678fac3b2d1f113664df7a025d532673364b4c 0.25 MB 640 31
333,321 333,321 0000000000000000060a91858f0361e968796304aabc45f151e6ac01b3d17895 0.75 MB 1,987 34
333,320 333,320 000000000000000007a37eeaa5ef34ceb134a3b3612e967192f6a336c047c574 0.01 MB 4 10
333,319 333,319 00000000000000000beec24b517199baffe3ddffb79614b520e3f4d7875c3205 0.35 MB 1,247 47
333,318 333,318 0000000000000000017e42ab0e6acd76278d3510f4ce1c71000659b58a3f49f1 0.13 MB 271 32
333,317 333,317 000000000000000019a4df9791927012ecf56febd9f437b049e9e5aea1aab1d8 0.13 MB 271 29
333,316 333,316 000000000000000012e67a4e99be5dd82a1f7a75b0e5a6efe699c2fe9b29c48f 0.35 MB 1,032 37
333,315 333,315 00000000000000001307a3232f5d862209ed4d2d97619fcdcd2740c7ee28a078 0.42 MB 1,221 37
333,314 333,314 000000000000000009ce2cbc8ff4798dc8d468d38a27b16a892ab70e188fa6ba 0.06 MB 89 19
Previous 10 blocks ↓
Total Size: 776.23 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,413.59 GB sent, 129.84 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.