Memory Pool Memory Pool Refreshing

6,382 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
907,935 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,387 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (796,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,162 111,162 0000000000004710dfd1cb22d4fd6d324d4b1be88aa654cfaf38f04dde0e5ae1 0.00 MB 12 0
111,161 111,161 00000000000085019d80b6ff46ed825aff5cf797a8aefa938bd0c0c6bc9a3f1b 0.00 MB 13 0
111,160 111,160 000000000000dd8119c1bf769f024dc25223135c07ff54655d61f95bb1d234a2 0.00 MB 16 0
111,159 111,159 000000000000477ba264ee2d0cb6af86cf4413f41ec38f739ddd527a94479d11 0.00 MB 12 0
111,158 111,158 0000000000000a1565ecd5435210393d82df7ab13184001328fbcef403e310a9 0.00 MB 10 0
111,157 111,157 0000000000009d61a8503ee316e0b00f10a8d45160894d0101a5585060eeed4b 0.00 MB 9 0
111,156 111,156 00000000000110517afee1dad8fed5192990522ab1520901325442750d42a42e 0.00 MB 10 0
111,155 111,155 00000000000118414da7030276a10f5dbded7bbda323f164881c156181bc9cc7 0.00 MB 13 345
111,154 111,154 0000000000011e002ff72ab482bea907a3d0b39875b76c5677689e532994edc0 0.00 MB 1 0
111,153 111,153 000000000000a784dbb2ae89a926cbfd32b64df45146aa1b1880a7dbf2b6c10e 0.00 MB 1 0
111,152 111,152 0000000000012d7129235a3122f7d16ddbb6be528a8fa182d559c780c0006fe7 0.00 MB 10 0
111,151 111,151 0000000000005caa48e4d7c1e43a72d12ee58810021c84489b6a6dcbc8be194c 0.00 MB 12 0
111,150 111,150 0000000000012a68024a0482edb3742e05c2e7317ac24e7b8aee52462179d2bd 0.00 MB 13 0
111,149 111,149 00000000000060ff056c59d03e6026fbfa219d96c8e63e86e7167a4536bc86e6 0.00 MB 12 0
111,148 111,148 00000000000088196c6def1405b8709ef141fbdcf1a5ecafaba2cb21afdb0f7d 0.01 MB 17 116
111,147 111,147 000000000000d778629f16fe283c3476aa04b0c35b2f2ce27c05c68707910fec 0.00 MB 11 0
111,146 111,146 000000000000b4880aa62c230b91eb5a810bee23219574a6a2b6803c985cb0b5 0.00 MB 12 0
111,145 111,145 00000000000002d97645c8b4338dd810b3de152ce4be3575303a13f6e8816f46 0.00 MB 7 0
111,144 111,144 00000000000038227e9d44c6112ac986239c21ce8b5fd35675a292dcc0784547 0.00 MB 10 0
111,143 111,143 000000000000b49412545d829a78cdb18cf9a1c5d9e9009dc1e08673b3b4ddf8 0.00 MB 16 0
111,142 111,142 0000000000012c52e52b57e6ae26385e013cdfa2eabd062de7be283a47a9bbb2 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.42 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,645.31 GB sent, 95.06 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.