Memory Pool Memory Pool Refreshing

4,231 transactions
26.32 vMB
Show Random Selection Loading Transactions
Max Size: 107/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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,241 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (820,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
88,006 88,006 00000000000a28389721f3379b1b1691d846861fd1ff01ff405ea818097bf70c 0.00 MB 1 0
88,005 88,005 00000000001d22d7cc5ca7916e7a781ecc7ad5426fac086493f46263d6b3a6eb 0.00 MB 1 0
88,004 88,004 000000000013ae0d696bdc74400b908cf961df4d961707b25ef0a1a41edbb292 0.00 MB 6 0
88,003 88,003 0000000000025044215eebec93826fe3d6a6a3128a4b08d7ea949250e9e761cb 0.00 MB 2 0
88,002 88,002 00000000000f7f4169cf01a5107a6f60f71bad7eeb04006996aa6f5ba070dc48 0.00 MB 2 0
88,001 88,001 000000000010454e08817326f7032770eb75062476e743cf2715b7510b9ec96e 0.00 MB 1 0
88,000 88,000 00000000000ae9e98b82b39a912cdc0ebed97c26376780ac996c84d9ec3264a4 0.00 MB 1 0
87,999 87,999 0000000000092e7e786b83327167faa323f8a740ba857ef41d8f63d6c69d3dc7 0.00 MB 2 0
87,998 87,998 00000000001e19f5da43ef87dc892ffe64dca0f9fd7afb2815e48202963ed88f 0.00 MB 3 0
87,997 87,997 0000000000068f5a94e0745d727182689d010a423df20e3e6f5211fc828e2a6b 0.00 MB 1 0
87,996 87,996 00000000001b4a470eee116b3034900fddf5616e56838da55d54a34246254456 0.00 MB 7 0
87,995 87,995 00000000001919ff05adac32fbb86b4e286ae69ef25fd461c86fb46b6e4e80d7 0.00 MB 1 0
87,994 87,994 000000000017cd35756d9d3b9bb354dd5a4e6748d330f22add4216b3f563761b 0.00 MB 5 0
87,993 87,993 00000000000e9438802b346f7ac64f8ce07af98f0e0ad3c0ddf577eb0f071098 0.00 MB 3 0
87,992 87,992 000000000015f47fedb135e877ea363be6645f1aead40de88990c6450d89d1ea 0.00 MB 1 0
87,991 87,991 00000000000fec279d9fb58be571875280ef085451ef2eddde0d5aa926f9f6ed 0.00 MB 2 0
87,990 87,990 00000000000db3b20ad74f84b820c32dbdcefd7f5a2903846b30e7e66313c225 0.00 MB 1 0
87,989 87,989 000000000006c974632260a5923e1f548370f0bbe01ce8d97e101cee302c0a3d 0.00 MB 3 0
87,988 87,988 00000000000bdc1f403d97cdab70cfe1bfc3eebad06bc3b173b95f628df8c1ea 0.00 MB 4 0
87,987 87,987 0000000000006993a560baab1365e857f830d12592d6aad4fa4f6741562c1d15 0.00 MB 1 0
87,986 87,986 0000000000117042a6f1cb00d1ffd88f4e61b1e13fdde2419c79c6cf0e197060 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,696.08 GB sent, 98.57 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.