Loading Tool

Explorer IconExplorer

Memory Pool

1,990 transactions (0.82 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 4.65/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,302 000000000000000000022b910000000000000000000000000000000000000000 1,975 0.01088344 BTC 0.82 vMB 1.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,301 (895,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,234 17,234 00000000ceebc5fb26dd78dbbd9f03d4456f495d5782f52a720bf6348183a511 0.00 MB 1 0
17,233 17,233 00000000b7079ee580042d749794b4639190728e3156cb70b32aae5ea933cad5 0.00 MB 1 0
17,232 17,232 00000000b888ba35bd99a3b7578a50dadbc5270c13ab970b309e2d7e926c88b3 0.00 MB 1 0
17,231 17,231 000000006ff2d695e8379d6e84d574469a56634bbbdccad0f16cfd4ddaa9a6d3 0.00 MB 1 0
17,230 17,230 000000009f44b5ca95332ba746491d1ae7d9279ace2e58fcd35487e7727da44f 0.00 MB 1 0
17,229 17,229 0000000091daad757ac1a68147d21df7a099dfde2f7b819b2c7eab8d1735943c 0.00 MB 1 0
17,228 17,228 00000000e4cddf833b91ff760c917d2fea33465450c18caf580760cdf7806df5 0.00 MB 1 0
17,227 17,227 00000000faf4c94772e0092e49658056f1f0987e33d8367b34456538482b485f 0.00 MB 1 0
17,226 17,226 00000000e0f69e3eaefb73ec0849c0ecdfcb1de0a2584189f9eab2b6c1a478d4 0.00 MB 1 0
17,225 17,225 00000000660a06b5081ee09877aa24d157ff1b83298007872282127ea765923f 0.00 MB 1 0
17,224 17,224 00000000c9f469268420db14e69bf0a5846bf72ee46e1b47dcbfc58aabb910c6 0.00 MB 1 0
17,223 17,223 00000000b7aed00c0629a36c16ede74fda9bd10ec44a123334202ba1fd847ef6 0.00 MB 1 0
17,222 17,222 000000008393fc6f76dc4d5141b67587b0cd5055ee1ce4668331cef74f15e9ee 0.00 MB 1 0
17,221 17,221 00000000c6553b854ebeaa7f7f398dc130f9d55d1727775a236a6356f0f719c1 0.00 MB 1 0
17,220 17,220 00000000acbdc6c6bec443f453a841079b76a44c42469ed8a07cbc42e3048bb3 0.00 MB 1 0
17,219 17,219 00000000d3484979fac6245383b2bc185bd16783e0752ed70c1355f74387b16e 0.00 MB 1 0
17,218 17,218 00000000751631113a02678d9c9a1c5569be66b86e16ec9d29536a6ebf943604 0.00 MB 1 0
17,217 17,217 000000005ad5747c97c6d82083f53a2d2e23edf9fc3c8e57dfcd46d452fe9411 0.00 MB 1 0
17,216 17,216 00000000254b77939cd33509d7ff95889aeb4e550a088d545e347f348ee0e486 0.00 MB 1 0
17,215 17,215 0000000035e4014e8c8e943c8667ef3a6e345ff3b813ebf75ab8b38ed4782593 0.00 MB 1 0
17,214 17,214 0000000080f4d0611216be819e9b089f2a259f86e6168990f9e329b2eb905cf7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.04 GB
    • Received: 136.53 GB
  • Uptime:

Notes

  • 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.