Memory Pool Memory Pool Refreshing

3,032 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,907 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,621 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (612,159 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,747 295,747 0000000000000000894c7bfb836fb90b20ed584a0aa51795aeb7100aa4e8289e 0.05 MB 48 20
295,746 295,746 0000000000000000431bb86c3b9dc0e063508da95b93d90f2353ee7d71317436 0.35 MB 684 39
295,745 295,745 000000000000000096f65bd9fe0179006ca4bb93cf9612be37067dfa8a99ca73 0.00 MB 1 0
295,744 295,744 0000000000000000a1a1020152cbd1189dbcc127c4baa9ffaf985c5689e5c374 0.00 MB 10 35
295,743 295,743 0000000000000000200ca9e48cecda84cc78c834d82f834bd7602d09e3727f9a 0.06 MB 137 43
295,742 295,742 0000000000000000153e9ac8cd4c33ac28be07963bc50095331d4c97a68aa8fb 0.58 MB 583 20
295,741 295,741 00000000000000005b3e240724ea3e5c46e373c7777bdc19a558f0e1215e38c8 0.04 MB 76 26
295,740 295,740 0000000000000000acbbdd5b1382fbf31341eb9b81bdabadcd5cd45b0f59d77b 0.21 MB 436 38
295,739 295,739 0000000000000000888a59e5f7c16d81c8958d9e799fa0b45a25d7b73bf9f8e0 0.15 MB 278 39
295,738 295,738 00000000000000009e0a35c916784f97e665ee35ae41088b5a35bec71a84cdb4 0.18 MB 339 41
295,737 295,737 00000000000000000a43608041502130c7347c3718f8ee539cb9d8dfc283c6b8 0.02 MB 32 49
295,736 295,736 00000000000000000ce0612e55364cd78fa6bef6a118026490a6662ab879bfe7 0.14 MB 215 44
295,735 295,735 0000000000000000462ba4e9fa5f31f72ec3849a3ac82aa2c15bb0a556c0c321 0.47 MB 488 23
295,734 295,734 000000000000000072e0f456c58f2dd729709b814ef7e513eba4940f3d2aceeb 0.20 MB 256 20
295,733 295,733 0000000000000000966f6492e3d705c6e594074623616d6c996f993108e0e188 0.00 MB 1 0
295,732 295,732 0000000000000000b1677b74f16685cea96bd571dff519165a39aac2c0facbfa 0.21 MB 512 62
295,731 295,731 00000000000000006e12b1a5f4bd295ca3954099b7419e015743e170f7b38621 0.02 MB 64 40
295,730 295,730 00000000000000008cff51c55f4e42a0f265d03b22a500b6f187627d65fd68b6 0.25 MB 367 35
295,729 295,729 0000000000000000509e685cda7529ae353e5a16fd24c70650a79792cbc55221 0.26 MB 115 17
295,728 295,728 00000000000000004c4cfc2ebc416ee7e3cb37db310f0ce5bc940424785c8386 0.15 MB 167 21
295,727 295,727 0000000000000000834fba3c93d373b365539eafe095b956928cc1ba6d530a4e 0.06 MB 128 42
Previous 10 blocks ↓
Total Size: 769.37 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,643.87 GB sent, 94.78 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.