Memory Pool Memory Pool Refreshing

7,029 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,996 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (732,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,520 175,520 00000000000001294dc88e77064f868ac0b82d15d434e3f7a846b59a3883334e 0.02 MB 53 179
175,519 175,519 000000000000032299386b840f5d1ed9566b68c9f12a2b6ad0ba0e704e465052 0.08 MB 141 84
175,518 175,518 00000000000002c04ef9ded772dbf9396d3764344e7bd790160a9e803206f784 0.05 MB 135 42
175,517 175,517 0000000000000768a7b418125a75a2fc08edad4374bc9cc9b45fa905964ef2ea 0.01 MB 13 787
175,516 175,516 00000000000001034b9c93bfd0a2d9e66e6354bd7e4200ec1aceb5cad5ce3e0a 0.02 MB 71 23
175,515 175,515 00000000000007a74587643af8034f0a2bb98d4dec1779d5bc7260c47ddde87a 0.08 MB 104 148
175,514 175,514 0000000000000a78bc87c55f7cb083ef8ae5fa840d5a10f052852503438d2140 0.03 MB 54 134
175,513 175,513 00000000000008e1a58c79df229ac11a96bdbeb20c5644443741d489fe81b6d2 0.06 MB 121 160
175,512 175,512 00000000000009829d1f0ac154a1c8915c9954af390e2b2dadc48e0ba9aeb0f6 0.02 MB 34 137
175,511 175,511 00000000000004443ff3b1d306a8ef1157f13eba9bf619888cb9106a65171b90 0.03 MB 93 68
175,510 175,510 00000000000008439051543541800f04c7d1ca0285e8f5c6d42fa8d650e3925d 0.01 MB 16 38
175,509 175,509 0000000000000111512910687157e86556c01f627c0c43cc100d6cfe7d2facd3 0.02 MB 36 30
175,508 175,508 0000000000000a81e3fdffe823f9aa44537e2ad76a6ae95ac5e64b4e7590f412 0.00 MB 10 156
175,507 175,507 0000000000000328aadc72bec16030bfe4dfb99d1e15f3c2567ef43138a226e6 0.04 MB 58 587
175,506 175,506 00000000000005552c41f0bf108f7de0798e6f2da76901a4a51b8858f5ba8cb8 0.01 MB 21 71
175,505 175,505 0000000000000347334a2136f16112305e843c9403cdb7466d371c014c89f482 0.04 MB 67 211
175,504 175,504 000000000000065a72c60613459354b4aab0cef5038ba0a57cae0f1fd7dc7631 0.01 MB 13 45
175,503 175,503 0000000000000915b17c06ab3acf180160958c260b4c1632f8ee97be2f39fb09 0.00 MB 9 45
175,502 175,502 00000000000002ece5a2b4bd83037edfb646099a0753f3806e0105c01d681b1c 0.01 MB 24 47
175,501 175,501 00000000000009d4cfbb7453819e6f84cd49672c4c8ae81a09f4b47c38100707 0.01 MB 19 187
175,500 175,500 00000000000009b1d4aff8894373fb3bc600b85b7705e368bbc01ee4e5da468a 0.02 MB 49 45
Previous 10 blocks ↓
Total Size: 768.97 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,615.63 GB sent, 92.67 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.