Memory Pool Memory Pool Refreshing

1,457 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.43 vMB 1,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (8,503 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,284 899,284 00000000000000000001c4dcdc5fea43aad8119215871ca5eacc510cb06c0d98 0.18 MB 521 3
899,283 899,283 00000000000000000000b965a512e02c796a0fb6d111b215bfa4158e7cd2d51a 1.37 MB 2,230 2
899,282 899,282 000000000000000000003ab37b8a08332faaa12ab4e66738f27b5ccd1d870050 1.43 MB 2,490 3
899,281 899,281 00000000000000000000a3b748981aa0ac53c6d848ac82baf52c128da8f62e68 0.73 MB 1,249 2
899,280 899,280 00000000000000000000ce256d39b8228e675d8411923d27932a73a2b4180250 1.14 MB 1,845 2
899,279 899,279 00000000000000000000a9ccac2c9e7ea985404dff4118afd88b566152540eb7 1.49 MB 2,792 3
899,278 899,278 00000000000000000001a6d89d6d01c73ed97ecb9be68e7d165d22657a30fb95 1.04 MB 2,097 2
899,277 899,277 00000000000000000000d4ed24b87c9cac0eb796ae4691b3cd2d679325ddc758 1.38 MB 2,419 2
899,276 899,276 00000000000000000001e33b5b2182810559d4bd2ef7e667ceeb0e1a8e41a2cf 1.34 MB 3,132 3
899,275 899,275 000000000000000000009c6c104319e49004edb2e03bd7c35a722154ce94783c 0.50 MB 1,175 2
899,274 899,274 00000000000000000001571cb8e12e8fde8cc6d05dce1abdd7fd02b7350b1ab7 1.67 MB 2,077 2
899,273 899,273 0000000000000000000132041336748747a441b791dd8293f683725d691e7106 1.54 MB 1,794 1
899,272 899,272 0000000000000000000084944744e29182b5f3947f054af33e409b59ed5ebe50 1.27 MB 1,398 2
899,271 899,271 00000000000000000001950cf70a34b3f5dcb4db2edc2f851bd496cbe0801f49 1.36 MB 1,819 2
899,270 899,270 000000000000000000016a221cd47cb6fe8ed53f87720119fc682457ea00689e 1.36 MB 1,295 11
899,269 899,269 00000000000000000000e3459d6cabfd5059bc1ee247df88e8b7b7c4e19ab960 1.63 MB 2,402 3
899,268 899,268 00000000000000000002045079bdc59868d437258aab27dc0f2004ded8cc1498 1.69 MB 2,495 3
899,267 899,267 000000000000000000021f3a2fa4f7b03bb0f2d08b2db2e9b8e77162cf2b8e7e 1.51 MB 2,832 2
899,266 899,266 00000000000000000000360041f7e473b3d32499c484df8aa549dd883411c1f8 1.72 MB 3,553 3
899,265 899,265 00000000000000000001b4446441a317d559c3ab5d3e8f69699b71011834522b 1.53 MB 3,886 33
899,264 899,264 00000000000000000001f68ca5731f661cc9c6312007e566a90f8c0a5074154b 1.55 MB 4,216 5
Previous 10 blocks ↓
Total Size: 769.14 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,631.95 GB sent, 93.59 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.