Memory Pool Memory Pool Refreshing

8,224 transactions
4.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,311 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (599,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,420 308,420 0000000000000000432be4f796792affa3d316297b0fa513bb4865f43b0f7116 0.28 MB 517 32
308,419 308,419 00000000000000004721537a2a0ba6865705a3b056af74d8c234f2b9e24534bb 0.02 MB 29 22
308,418 308,418 00000000000000004e561568bd7adb56d0726ee559613c7a07ab9e409e8b2d9f 0.10 MB 112 19
308,417 308,417 000000000000000032595815332ed102adab91ea31354c4dfee6a40b8bd1b7a4 0.03 MB 41 31
308,416 308,416 00000000000000000952ce11b41e3fcc772524cbdb485875141644d3dff4d704 0.20 MB 321 27
308,415 308,415 0000000000000000133d3f66d1bae8a946e5818515c331e602b1b98884cd13f8 0.01 MB 24 38
308,414 308,414 0000000000000000337e4afe83817506b85f7825bfb85137142baf60eb80d138 0.18 MB 296 26
308,413 308,413 00000000000000001961a6a9c4472a83cc06609b16a7b9948ff98e298de777f5 0.02 MB 66 25
308,412 308,412 00000000000000002479c63b75fa21fd48c026205a1793da78b721fe6d404ba7 0.18 MB 375 31
308,411 308,411 00000000000000002a586cb1e8c34dab761813b0e895c62095b49a82c8b05329 0.18 MB 245 31
308,410 308,410 00000000000000003478215c2d18d362ec5209c205416c2adba4e3b5c5947a04 0.00 MB 1 0
308,409 308,409 000000000000000027ee6a8d61718175efab7803d4ead20055507b8605509cbf 0.05 MB 96 24
308,408 308,408 0000000000000000425da43351fc4cca4c16d5aa433e4fed512f3994c3cac5c8 0.16 MB 246 27
308,407 308,407 000000000000000049b5a338abd44287028ad18e0a05186d9607ad6231ad661b 0.13 MB 251 29
308,406 308,406 00000000000000000e57dbe7cf9a3b7b8a0f45eadc539273748483fcc8c81e79 0.12 MB 205 26
308,405 308,405 00000000000000001642f1945f4c2d11c658ee796c816db6917764b8191919ea 0.08 MB 68 19
308,404 308,404 000000000000000005bf4bd4884a35bddf00115ca760f4b354403e4750513410 0.12 MB 106 17
308,403 308,403 00000000000000001b8a690c0ff265c68b3b22160ac62fe35f224ed220d27fbb 0.09 MB 114 22
308,402 308,402 00000000000000000af40e2b38470ae67990832649c3303816ece78d9fd7cc0d 0.07 MB 128 30
308,401 308,401 00000000000000001227e9ddc5bfb14fc7404007ab3d8300085b878221a8ee33 0.11 MB 190 25
308,400 308,400 000000000000000024e71fe782de10db574a5e3880094e5415f08572a9baa698 0.01 MB 19 19
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,633.43 GB sent, 93.81 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.