Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

124 transactions (0.03 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,802 000000000000000000022b910000000000000000000000000000000000000000 0.03 vMB 124 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,801 (327,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
584,186 584,186 00000000000000000021a520d5e6ee38bf84831dd6726e20ecd5ca0ad2b42480 1.15 MB 2,872 20
584,185 584,185 0000000000000000000ab4f1186bfe8b9b8facc347627c78f5090460f462bc51 1.32 MB 3,067 65
584,184 584,184 0000000000000000000e0bc0beff7b222c0290a517dbd4568a4b36d3817fbf36 1.20 MB 3,018 35
584,183 584,183 00000000000000000002523f7d1bf1cc8ecdb23d5649eeb48558358b4d3a302e 1.25 MB 2,948 67
584,182 584,182 0000000000000000000d6fa277c0ceaa4e4616d71a86573086c691d779788ff2 1.15 MB 2,542 22
584,181 584,181 00000000000000000008b9ab7d40dc2344278aa7f47d3e0d1dfbe7ce9ec3a2d8 1.35 MB 2,604 62
584,180 584,180 00000000000000000014c03f85dec9d11b061fb4cbcb8f978290f6e950b9019f 1.29 MB 3,494 77
584,179 584,179 000000000000000000180474b28bb166dadca20422ae383e7abdd7455d3422b9 1.24 MB 2,243 65
584,178 584,178 0000000000000000000345ba427656e860eedd57590ee9c7c10407b3516695a7 0.92 MB 2,270 35
584,177 584,177 0000000000000000000c8dbc5acfdf09fd571fddea3bba480acdafe267c2be9c 1.21 MB 1,766 3
584,176 584,176 00000000000000000006eb379898fc4e704d09fd404991dcec6fbef627d89241 1.07 MB 1,108 17
584,175 584,175 00000000000000000002d6ead5b67bcad08cb34c459934cd49410bed2780df59 1.08 MB 1,284 22
584,174 584,174 000000000000000000118dbf909e8af268c632b35109cc78d534acb887e91742 1.00 MB 631 6
584,173 584,173 0000000000000000001eebaaa43421fa2960cefc498a3e15a8735e22ea296b0e 1.06 MB 857 11
584,172 584,172 00000000000000000009e53983c94b3dcf1dbc73c57c794565c41963b762763e 1.04 MB 1,049 17
584,171 584,171 0000000000000000001780f1f84b470694f9faa287ce3c950a7e803de321b26a 1.07 MB 1,545 25
584,170 584,170 00000000000000000006da4ce2ec2b89e660c0296aeb126f1ef23316fcab398b 1.12 MB 1,436 49
584,169 584,169 00000000000000000010f20d57582987c9865ea61c0d502a334a6721c57a2523 1.06 MB 1,157 47
584,168 584,168 0000000000000000001e78a1b9b23c8f46f384f919fa849d55aed3a07f09f2e5 1.16 MB 2,132 72
584,167 584,167 000000000000000000081626ba425e535398da083b1ccb8149fbf2e06f05f4b3 1.15 MB 2,572 25
584,166 584,166 000000000000000000110ed663723d7115c4fadacab7f6b22720a4deeffa588c 1.22 MB 2,053 33
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.78 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.