Memory Pool Memory Pool Refreshing

4,152 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,752 (611,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,954 295,954 00000000000000007b041abfb88bc7477c4073451501b17cc35d463b245972c6 0.28 MB 515 37
295,953 295,953 000000000000000038597f8072a2f7ea019bc05ff8d34cd2a2e7f6460a8a8ff4 0.35 MB 706 35
295,952 295,952 00000000000000003e6d1b0d86e581e30671caac1a630eb24be9ea3c997c24bf 0.34 MB 539 34
295,951 295,951 000000000000000056b29124d46c88b50f13903c3f779e22581edbcf7b730d91 0.01 MB 16 2
295,950 295,950 0000000000000000526e4ffe9662e9794165385d5ba392906f38c1fe84602808 0.06 MB 96 34
295,949 295,949 0000000000000000a9117ec9fb5812ce7bae6a5a38f5e4acce04eb2557b513a3 0.06 MB 100 29
295,948 295,948 00000000000000007d609a5cc7d960d39a507aad69391bbfcd755c52f3e11920 0.30 MB 529 32
295,947 295,947 000000000000000089c523b6afd87f282d4bc6372d8f84e0bcbbe6ef4e5ba543 0.09 MB 55 16
295,946 295,946 0000000000000000170edd4794131e9edcd3d65839a484b7275b4ca8ab82ee63 0.10 MB 128 21
295,945 295,945 00000000000000000f65b01d194e07ed85c9e4b18bccace2c31ab3013a0e84dd 0.10 MB 256 39
295,944 295,944 000000000000000036938f532aad46aae4f7df02bc18dd0922c53bd6551a36f9 0.20 MB 351 28
295,943 295,943 0000000000000000a328d941c1b0dd3e7784a48b36439ba74c2dc34e54160317 0.02 MB 67 31
295,942 295,942 0000000000000000adfe890f4c33801b26fac05207747652d8c311244e59a6d0 0.29 MB 434 39
295,941 295,941 00000000000000002cda160c4452e7ad5252453a969dc6ff9b6e9e8bb584093f 0.00 MB 8 32
295,940 295,940 000000000000000052610394fef64acf4db0668c6cc0ea3ec465f44eddfb65db 0.08 MB 97 9
295,939 295,939 0000000000000000a5344e5239e17ae8995d3c7c1417b38d0dc1e047595a3807 0.10 MB 201 44
295,938 295,938 000000000000000023524d33b27b7ea7135332b32853a7582cf504e20644ea48 0.06 MB 144 39
295,937 295,937 00000000000000001b4fd2aaec801ac068ea2a39a4b9f9eb16569a69c6713d6f 0.31 MB 550 33
295,936 295,936 00000000000000001179ce5490d2ff833c0afb1799b6beb0981096c9800002c8 0.11 MB 141 56
295,935 295,935 000000000000000005ea1ca8a944a574826bd856b83a29871f46c8e2a2323deb 0.90 MB 1,180 22
295,934 295,934 0000000000000000a89d601cd42705cfe8a25b6546ed892309c67e5a197e3fdb 0.35 MB 882 51
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.