Memory Pool Memory Pool Refreshing

2,653 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,593 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (528,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
379,269 379,269 00000000000000000f86af0aaf0fc34733f5de8747ecd12eb8a4d291fc2da54d 0.18 MB 372 34
379,268 379,268 000000000000000000139d44add4405e07967c12ef187ef30e987e041b612785 0.44 MB 1,037 40
379,267 379,267 000000000000000008ff9961ab7b87839d81f07152191eb4b3096511bba3cab2 0.74 MB 1,012 21
379,266 379,266 0000000000000000062c52ef6986ed8e24dd8d1991c5e41bd33e4de1a36d669c 1.00 MB 2,133 35
379,265 379,265 00000000000000000d3a1d70a8a21ead00acdc7aca5ba1194dcff5ea8d8ce07d 0.00 MB 1 0
379,264 379,264 00000000000000000965640ff654ab0473d7cb92d6f839697b50593bc1f04d04 0.75 MB 2,073 52
379,263 379,263 000000000000000004f96d11c59647cfb6e5666e8a61657477f20a2b1f539c0f 0.95 MB 2,810 60
379,262 379,262 000000000000000000e87bfb07169cac2c96ba739eb26c4f070d81cdfa901f8a 0.57 MB 866 21
379,261 379,261 000000000000000003b24f38315370513221be215b6343727dee451444fd8c7c 0.75 MB 2,073 72
379,260 379,260 000000000000000005228330a3794f4cf5dea37a7148ada8dd9f0ac58ddae527 0.50 MB 1,004 40
379,259 379,259 00000000000000000cc3534910659cfccfa135e28536780e9390ff39efa1b4ac 0.28 MB 601 48
379,258 379,258 0000000000000000055b9ef7f7366742b33d4e92fdae426ccbce2800eb9c71ad 0.75 MB 548 13
379,257 379,257 00000000000000000395e69e4d721ded029c756e1a02798d08a103a8732902c0 0.99 MB 819 19
379,256 379,256 0000000000000000096c0913d588073d52eea71b63f491212920e8f963d0f345 0.50 MB 979 45
379,255 379,255 00000000000000000e0da2aa0403231e6b0aa2196a21d04aeedf1fc71b7a48cf 0.27 MB 507 35
379,254 379,254 0000000000000000008f1bcf28300fc8aac3d27fd87ffa4dda560e7d5460ca37 0.75 MB 1,776 43
379,253 379,253 000000000000000007e0c1cdc6a214fb3ab9c86435264f819569eddd2bcd2ba7 0.66 MB 990 23
379,252 379,252 0000000000000000114a9cedb46513e658816b056a3ed3084cd8adae86c92e77 1.00 MB 2,412 55
379,251 379,251 00000000000000000350780ed2238bbbd73614d1f2613511b88263fc9cb4ed9f 1.00 MB 2,793 53
379,250 379,250 00000000000000000ed8d77c208cb08d34f3ad3b66caf542f85c6b530bb118f1 0.30 MB 713 37
379,249 379,249 00000000000000000f81c1f471ab42a2acf19cf0dbe7c1d27f331cce1918e399 0.10 MB 121 14
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.