Memory Pool Memory Pool Refreshing

3,680 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,306 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (776,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,598 131,598 0000000000000bad93af98b21dbd6b04d6f56dab2632580af128f09e96f5083f 0.03 MB 100 160
131,597 131,597 000000000000090feb02411455bd572f65d6f65e0b03f8e8a513cbc9fb238136 0.02 MB 44 1,019
131,596 131,596 0000000000000821db8730a163d4e42791c5de7e243f08d5698cd8171918fc66 0.02 MB 47 155
131,595 131,595 0000000000000a253ae39c0f2318443caf30e53b67b068aa0b85a68afbdada42 0.00 MB 14 1,084
131,594 131,594 000000000000049877ac6753b2397cf0cf1ec7dbf767ee9b9299d8e2f18c4b97 0.05 MB 126 620
131,593 131,593 00000000000001bf7088ca7a02f3dd2fd3463c1f3e758b64bf220b08bc835dc1 0.01 MB 17 583
131,592 131,592 00000000000009ed5db994d4b50b811ffe305bd82acbeabc3e13405fdf5d1e31 0.01 MB 32 392
131,591 131,591 000000000000077d5f1867af009f0ec826a83dc6105fae98223d183c8fd6d11b 0.01 MB 15 2,345
131,590 131,590 00000000000003da63ddeb9aa28270d70840744c5c9c7e7a62e5d4b2a315c7c1 0.01 MB 46 74
131,589 131,589 00000000000003f06ddc748f6dc57b062169f15f4f68c28557c71d18a458e6b1 0.03 MB 87 693
131,588 131,588 0000000000000985515d2dd298dea068a01c358fffda6c93c0d08cce049c0e98 0.00 MB 9 334
131,587 131,587 000000000000065589d67f827caa87f2bb62bd46b3e1eb86fad5a47b581cea7e 0.01 MB 20 769
131,586 131,586 000000000000024aa63b3938115c3ef5430f38c6aedc4d0200f1c0bfdc4cc8e3 0.01 MB 18 1,365
131,585 131,585 0000000000001016cff886c7b1d0afa74e78b3765a686c7c071c0e36d13715ca 0.03 MB 53 206
131,584 131,584 0000000000000b6285319e770fd4fa882e2ab743a416b022e290d9b51f172b8d 0.01 MB 14 2,129
131,583 131,583 0000000000000337c9e7abcea69dd0e511e9cc16bcad8a1a1de81c551d27ff8e 0.03 MB 71 551
131,582 131,582 00000000000001f7ff8b520b0c26b5c16857592c12eacd46369b5773ab424922 0.02 MB 31 1,303
131,581 131,581 000000000000078a366987a5256696fc887f8599fea62f2376764e29210ea115 0.01 MB 34 703
131,580 131,580 0000000000000ae8d0eb7561981bf5c20ccb1493cbaee3b79902a3a0cdbe5e7a 0.01 MB 33 1,565
131,579 131,579 000000000000093bb4862dbbc7036f075bf58cb38e018863162dd94027a08d6c 0.03 MB 106 274
131,578 131,578 0000000000000c9a07a05bcee532a31983dd8ccacc789887e4ddaa753868ca2d 0.03 MB 79 1,021
Previous 10 blocks ↓
Total Size: 769.59 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,651.18 GB sent, 95.87 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.