Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,416 transactions (0.37 vMB)

Priority:

  • 1 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,014 000000000000000000022cb30000000000000000000000000000000000000000 0.37 vMB 1,416 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,013 (867,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,342 43,342 000000002659d82939a0b9085f3866742a1e91fa21b80a0c826ba605e876c0da 0.00 MB 1 0
43,341 43,341 00000000201d3c68edf27b220aae24fa39b956ccdf4bf06aca57ec6e6deb293d 0.00 MB 1 0
43,340 43,340 000000000404dc211f38594056cd0a647fceceb0c130d747b3c96c6899374233 0.00 MB 1 0
43,339 43,339 000000001dc3dbfb1f282c0c566d98506663abb361a0a7334d0bf1d9f405e672 0.00 MB 1 0
43,338 43,338 0000000041acac2008fc1ed8dc3eb69d375878e130dd41cce6f31299b2735236 0.00 MB 1 0
43,337 43,337 0000000005dd3c54f5706bf7d85660417428e7e3083e6b8c4cc8e76fb7071573 0.00 MB 1 0
43,336 43,336 0000000036e8945ed8465cf68d0fecb97a1e5f3e8ca2760fb93e8377dc24bc83 0.00 MB 1 0
43,335 43,335 000000003f6201da7a90ca5f830f1cb1978db9179166b72e7105c9a802379080 0.00 MB 1 0
43,334 43,334 000000000615e11d58505b57f0bd812674086ea27d302ead6d7106ab20edea35 0.00 MB 1 0
43,333 43,333 00000000263732c760c746b5a6708fa4e73fd860af7d65c72fc27e8a37544ff3 0.00 MB 1 0
43,332 43,332 000000000ce8aa144b9e7c65ba9de8526574e3b02cd6b09124f93f5a7c3cec5f 0.00 MB 1 0
43,331 43,331 000000000e9a351c36daf20c7981dbe2e95f00a67f78cfc0b12fc0a45b4e7cfc 0.00 MB 1 0
43,330 43,330 0000000029eca47089db8ce6becd0c70ff022211abb5540c026da51c17eddd03 0.00 MB 1 0
43,329 43,329 000000000ba797245a86d68df415bdb953a3f38d79a2d728f6453faa737f11dd 0.00 MB 1 0
43,328 43,328 0000000039b44933fa51f81dab5a4714ff7a9fbdf34fcff746425b82680f2cd1 0.00 MB 1 0
43,327 43,327 00000000241507f2d1045b196727de917f0b21da5e0c62cf0b76a0c4290668ab 0.00 MB 1 0
43,326 43,326 000000000d5014d38be5ec38f7efcec4830ca6a10153ead9cab87784609cd89b 0.00 MB 1 0
43,325 43,325 00000000156f829cd383fc32296b627f61c6ab3536ca4ccbeb09ec27ab82d942 0.00 MB 1 0
43,324 43,324 000000001be32d1ac9c91595fd31b52c8f1fb17afa074e08eb3eb5f8f7225eb6 0.00 MB 1 0
43,323 43,323 0000000004dcde48f14f863f1d72d6a65df6518c4cc27497f8bd5548d5b7a1ce 0.00 MB 1 0
43,322 43,322 000000002fef20817c904075a8821c2c5e5e3d602347c8a9d02b708fa9e90109 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.27 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,360.11 GB sent, 125.05 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.