Memory Pool Memory Pool Refreshing

601 transactions
0.24 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,611 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 591 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (819,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,662 88,662 000000000007e27199d1c7fc0969c416fd544c7eb5d2df1f33957d04c55d69e9 0.00 MB 3 0
88,661 88,661 00000000000ebae28c49245a33c5afc35997ada6732e3f7013dd621447b417f8 0.00 MB 2 0
88,660 88,660 0000000000063e31d036a62d8c8721ffee3408727f65b310763fc54ba8127ccc 0.00 MB 1 0
88,659 88,659 00000000000d63ea2c4eae557337504b745a3875e7c53fa923adcee7f3185146 0.00 MB 1 0
88,658 88,658 00000000001a506f23d89652ef6f08e401e654142d648d24167579f151d85c84 0.00 MB 1 0
88,657 88,657 000000000016baeee7c7ce98428d3b62053a1448e1c9491d9161e91f9f2002b2 0.00 MB 1 0
88,656 88,656 000000000001f8be1b5536d6a70c22d0bb92f179f14f991a55c0ee2a6cecfeef 0.00 MB 1 0
88,655 88,655 00000000001bdea25e1b8f6a884c64dfa081d16858fcce386f8b0af855849d0f 0.00 MB 1 0
88,654 88,654 000000000000738316b539713bfaa050f3ab9cc7c8ff212e6926a651f020d885 0.00 MB 2 0
88,653 88,653 0000000000062e8b7f1d188b2e212e04ecf63801a7578210da9872754dea5dd5 0.00 MB 1 0
88,652 88,652 00000000001a4251735a32ff52a569d97d64d8d1f0c538af381d8f0d6d8fb2a4 0.00 MB 1 0
88,651 88,651 000000000017d6aa5b6137b41069b272c42a87374ce32752124d93a4e3db8a3a 0.00 MB 2 0
88,650 88,650 00000000001daa20a8a21be3167a0a9600f0490f307cc2336b3db52de836a20f 0.01 MB 5 0
88,649 88,649 00000000000f214e82b18d8c2a2589d1ba58e73235879ca58caa9dc6c4f98ad6 0.00 MB 2 0
88,648 88,648 00000000000518a432b7ae375526fe96214142f877380b24b799beb49d10c1db 0.00 MB 1 0
88,647 88,647 000000000006d1782813a99cabbebc5fabc0585cc3fafecdd07e4c7bd5d89b76 0.00 MB 1 0
88,646 88,646 0000000000167594dfc8e1fb9dce5cc50ab030df6efb05f559b2af95ad8bf5fd 0.00 MB 1 0
88,645 88,645 0000000000078b95167592f1cf3224c84426d75bb11193b7944e3aa7f9a560d6 0.00 MB 1 0
88,644 88,644 00000000000c3dd1106d887729c5db3cd7cf03ccc146300e64ee25498c2aa160 0.00 MB 1 0
88,643 88,643 00000000001ab0f79a1d7c123cc7c7bc0d4b35b4e937d2f93c5ee135f6690f8c 0.00 MB 2 0
88,642 88,642 000000000017490b782158be75ced02d2a4f81f7157077309cb7a871240e40bd 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.78 GB sent, 101.10 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.