Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

531 transactions (0.14 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,914 000000000000000000022b910000000000000000000000000000000000000000 0.14 vMB 517 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,913 (892,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,269 19,269 00000000ac70c0c7caea52ec341bde8e2b13b6d64e137f81e5f672985fd564f6 0.00 MB 1 0
19,268 19,268 000000003c42ffe84b61d97ade9d862d76c4cb5688d5b3610254a74b5042cfa0 0.00 MB 1 0
19,267 19,267 00000000d7fa3de0ad016e5a33a6c321b2230748ebdcc692b45d19cd6e4eb534 0.00 MB 1 0
19,266 19,266 000000000e6a6960782148c42700590675a9294e05dfaf2162bae2d69f714991 0.00 MB 1 0
19,265 19,265 00000000b55b7a8e8df3ac58d5c164bed3e12a8811984fc05b836ffa06b64f32 0.00 MB 1 0
19,264 19,264 000000009009f16652dbef9c3286c33a93fc987f0aa28f4e80419b91b312a167 0.00 MB 1 0
19,263 19,263 000000004f6aec3e7902b0871a9b898e5de1c506db48ca4234d9ae9752334410 0.00 MB 1 0
19,262 19,262 000000003d64b41349eac6cfe622232a56938e8b6d7897e0cfa1fc3c5d8e4bc2 0.00 MB 1 0
19,261 19,261 0000000003ef883539eb8b4ea12093ea11da1052b948d1a32c8db101facdb1ab 0.00 MB 1 0
19,260 19,260 000000004b75ee6b07029cb69d0f5f634050bebc0332deaec229a77530a39d63 0.00 MB 1 0
19,259 19,259 00000000f23dc7cdc80c88cb4144bac8b9c070cb8b30d4e3af18c37306b13c4e 0.00 MB 1 0
19,258 19,258 00000000e61e2f78bc34a344ff0331c56bbcec064a0e9c8b35b09daef145d36b 0.00 MB 1 0
19,257 19,257 00000000fdf988ba20d6a4eaf1564f2ca4cfb026ddf9a4b1a729a4c4748038cf 0.00 MB 1 0
19,256 19,256 00000000cbc7a8d2e4b35f7232eed8bcb762a2ed9f0645c4c49aba9a05edc9f3 0.00 MB 1 0
19,255 19,255 00000000514c7339ce300a1cde0c7ac8b3526bd386f3b05158953d4b0e0fde64 0.00 MB 1 0
19,254 19,254 000000002917670e3fa761693b9213cdd954e443c5b625df1b23cef93f3c82b9 0.00 MB 1 0
19,253 19,253 0000000072725710a354a423923c8378bd259db4223c1753da58e5e6c3a5ccfc 0.00 MB 1 0
19,252 19,252 000000008452751e1851f2c71808549080438aba85882eac7d7948a07760955c 0.00 MB 1 0
19,251 19,251 000000007589a0e056ba40eed38fa13404552be8ccba8c5cc8ce4f1016cb6659 0.00 MB 1 0
19,250 19,250 000000003accb4c4bdc181c1f7c8fc01e3b6bcb9aeee2dc1a2eafede26e84edc 0.00 MB 1 0
19,249 19,249 0000000095d7b0440db90dbd5895d0d7605606bc815b4b7c779fcd5ce8a65812 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.93 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,481.17 GB sent, 133.10 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.