Memory Pool Memory Pool Refreshing

5,429 transactions (2.06 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,781 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,299 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,780 (896,511 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,269 12,269 000000004b630ecaa70d26a1cf055b557df5d00467ba2285679aff7cc6e07143 0.00 MB 1 0
12,268 12,268 00000000b300f293cd0f8575f3e3dd688efd9b94969bfbb22015566b45deabe0 0.00 MB 1 0
12,267 12,267 000000008a525109bb956822dd34b1e67d3a812be8434fe71c05ef1d03e52fdc 0.00 MB 1 0
12,266 12,266 00000000e67ef6c696edeb5afd201f2804d55adb6f9073308a7bd2aee3e89baf 0.00 MB 1 0
12,265 12,265 00000000e39edb558641c5bee6473d887efd01e4c74bb2870175023e09fc5614 0.00 MB 1 0
12,264 12,264 00000000a09e17891e658c4108c27be5b0b8c243847584dcc3a6b5fa585b6354 0.00 MB 1 0
12,263 12,263 00000000641c2e747ecd4b51f3be4d0b5f505aa0b53480f2435a3425da96b2b9 0.00 MB 1 0
12,262 12,262 000000008bea68b6f176dc3b9840141a7ffb741c0e6865f49bae8573ca0e6512 0.00 MB 1 0
12,261 12,261 00000000ad7e8a43a10faeb637672cd1b0effddc0972bef429cf4efb6bb42214 0.00 MB 1 0
12,260 12,260 000000001ccbaf2b6a63b1f6ea2e621bf4ef312c43cb248341bccef9123f5724 0.00 MB 1 0
12,259 12,259 0000000054856bb4ab86c376f9bf0675d5028674c41c839de2b8349734d15891 0.00 MB 1 0
12,258 12,258 000000008ca1f87b8eba5ca1861ba5e6ef7def1e31017d1832c54f870d379b6a 0.00 MB 1 0
12,257 12,257 00000000e74f7f0c4e108fe19632a449727a5c2a0629b7d402998ba841d1e707 0.00 MB 1 0
12,256 12,256 00000000dd1044b29526d288f0c3bafeba41c1e0e897365b35797f493ca93b76 0.00 MB 1 0
12,255 12,255 00000000c20a29cf7bc65398f6fc1164b7fb82f817d5e56e9c9497263a3e1905 0.00 MB 1 0
12,254 12,254 00000000e5bd6a57a966cfa7a066c50abd4de46718052414ca34daee1c2dac0d 0.00 MB 1 0
12,253 12,253 00000000954f5e8958774b3221e64e4fdb54c9d460c092550931cd66f8792851 0.00 MB 1 0
12,252 12,252 000000000cf9168526796cdc19f87f1a66229abff84562c90454e4bfa6935007 0.00 MB 1 0
12,251 12,251 0000000064a39b87396c12eeaa33fc81df4ad27c8e10d5e23e2260d7372752c4 0.00 MB 1 0
12,250 12,250 000000000f4d91b532720e9a37ebfcfe9245e6616b5b0d3db0c66ca3638fb445 0.00 MB 1 0
12,249 12,249 00000000fbe196919a1e769e96ae8fa9201cee90fd40f7a012770ee14a0750eb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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: 1,856.91 GB sent, 102.78 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

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