Memory Pool Memory Pool Refreshing

6,363 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,396 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,304 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,395 (810,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
97,757 97,757 00000000000411294e22d03fad074bab8a4dc684e8d353d26c5731792abbfcbb 0.00 MB 1 0
97,756 97,756 0000000000018c0102683a8cef979580a4add63229a6c89e99a25ed7c776041c 0.00 MB 2 0
97,755 97,755 0000000000048c5aac1ea3ff1a70cb7d1f15b0c2a2b2274b5aa7180e14b82813 0.00 MB 2 0
97,754 97,754 0000000000002f6767a6b6158315eaa08f43948e28c35a1a9974e2f170358fce 0.00 MB 2 0
97,753 97,753 0000000000026e30214ec401bbb4d8e5b78c5e099ed0281772edf55ba22ab81c 0.00 MB 2 0
97,752 97,752 000000000001543440f2741429cc6bac06d28b391394237bede8885ce7d89bb5 0.00 MB 3 0
97,751 97,751 00000000000426eea7cb8cb13f621897338780b05637abaf0b213b3841cfa1ea 0.00 MB 2 0
97,750 97,750 0000000000053a2d14f8657fcbabde090e917ccb9c6240a87abb5bb8bf2f4e04 0.00 MB 1 0
97,749 97,749 0000000000032af668e56f86f493ceed400f507c763ede54a8f22f21864067ee 0.00 MB 3 0
97,748 97,748 000000000002ba2bdea745f50b5e934b285b60994bb73544bec11f57337e36f0 0.00 MB 9 0
97,747 97,747 00000000000506ef6a3483462148dab4c059340b63b027760ac45ef6fdd6c85c 0.00 MB 6 0
97,746 97,746 000000000000381a9ca028ec56a29d7c9b85d049228c76d522e326d9976f92cc 0.00 MB 1 0
97,745 97,745 00000000000084d4b11b11ad455aa21262e9ebedd5f889d9029456d56a7c1e81 0.00 MB 1 0
97,744 97,744 00000000000100bbf55ede31cddcbd28dc77ea14510833aa718bd7ef43bd3510 0.00 MB 5 0
97,743 97,743 000000000001903d056dc8bf7fa07a675b3b5d368e04ffc15256b1f2b95fe179 0.00 MB 1 0
97,742 97,742 000000000004d76d804a54cee90506b48edb4b32b90e968a760373b07cd9981d 0.00 MB 5 0
97,741 97,741 00000000000011868a0d938f4f2378df87dda309ec6d532d2e63e522d6bf496b 0.00 MB 1 0
97,740 97,740 0000000000036fbaf472f1e7c103ac4a0327b7d9d4f992167960a8c3c8c8dcc6 0.00 MB 2 0
97,739 97,739 0000000000038be41684bf43a29d81a946bf35b19a135c2086121dd798ed755b 0.00 MB 3 0
97,738 97,738 000000000002f96b8270407a2e932e3caa5dd0ff4193a9caa0f2dfa60afc74ce 0.00 MB 1 0
97,737 97,737 0000000000045698acb680adabd2a0899de734d5009137ebcac908cd2d623558 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.43 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,707.14 GB sent, 99.24 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.