Memory Pool Memory Pool Refreshing

1,229 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,212 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (896,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,031 12,031 00000000f24215a47c454cfb37f6400f9774cf35ff3dc631f126c7a8719194db 0.00 MB 1 0
12,030 12,030 00000000ec44ee18e3351fde5b113cf9dc38df9d3358fa84352f0992c793f528 0.00 MB 1 0
12,029 12,029 00000000ed6eea568b28be04c4a32837e1d06a894c6cbf3dddf62b8434adbf91 0.00 MB 1 0
12,028 12,028 0000000085dd99616a1540361f0b7c4c713c1e7b3a56f21dbe5ae56e15b96e9e 0.00 MB 1 0
12,027 12,027 00000000168621bcfe2a5de9fdc30667f5279c8891f47a4968a672b4babd2381 0.00 MB 1 0
12,026 12,026 00000000bb672d7754e5ec8fb661d7a0ba6be1cb5811537cf5788a30d7b9e3df 0.00 MB 1 0
12,025 12,025 00000000283891d4f7a43bae28079ac9f0bbdc43f01ac668544610bd99f07ec4 0.00 MB 1 0
12,024 12,024 0000000089bcd06c48a450e232c2bfe545a865a3b4942ee11982ad1fbe9ed71c 0.00 MB 1 0
12,023 12,023 0000000087ded28653e8d30fc302ad57a36100dc8f6082e21da4e516970ce4d0 0.00 MB 1 0
12,022 12,022 000000008d0b184b5f5cea9d3c8a32267f97fa3e14ff23a216b00af4fc460b7c 0.00 MB 1 0
12,021 12,021 000000004317503e8bb0ebc3b6f8a85615d5ce344e6e86ab0b05aa91ae40b250 0.00 MB 1 0
12,020 12,020 000000000fe8cb5b2baf35a43baa6244bda482b6f5b90655470980f3099c2533 0.00 MB 1 0
12,019 12,019 000000009e6dfd1e98ea3dc795af64c7ad6e42a133daf0d272e62e2c5202a244 0.00 MB 1 0
12,018 12,018 00000000c807c50d45b553fddb070afbe79fea42f378dad592ae283db729427c 0.00 MB 1 0
12,017 12,017 00000000f7a36da2655c8df26ebda9714057cf719850a978ad244aacda19f7c2 0.00 MB 1 0
12,016 12,016 0000000091713079756c33b7ac461fc266362b80b4657cd67651d745839ab538 0.00 MB 1 0
12,015 12,015 000000000c2946301967140cb16e36d7e5c63a0d342b467dd0cc5fd47703cb7d 0.00 MB 1 0
12,014 12,014 0000000035d323280ecc4da6c7d714c61b42ce542a3493af8f99e829bb409987 0.00 MB 1 0
12,013 12,013 00000000c2a08db4c1e01bdbcfed0a50702365932c873e34168ab0f6e2b040ce 0.00 MB 1 0
12,012 12,012 0000000073ffa8f0322c11e68837df43896d69dc7e1054ed4fdad46d38ae217a 0.00 MB 1 0
12,011 12,011 0000000012c2c7ae332c8eaf61c84615a2463e73649f47de1c64fe6666202416 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.