Memory Pool Memory Pool Refreshing

10,128 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,673 (49,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,511 858,511 00000000000000000000aa2fe297d969d192199150e52c09b297557b3a62fb2e 1.66 MB 5,201 5
858,510 858,510 00000000000000000000a6c53bd11fdd5b4dfe5b5d896d6380f3ddcd6bb182ac 1.64 MB 7,303 3
858,509 858,509 00000000000000000000f1cc7f5cba2788d5f8e859de09178a274d44d5d21025 1.71 MB 6,933 3
858,508 858,508 00000000000000000002b7501047e5db772498e9f2582e9f6adda10a4dff879a 1.61 MB 5,706 4
858,507 858,507 00000000000000000001ae6ca4f6863f9bba5e4ecc9ef18ce0c48d9ef317318a 1.62 MB 6,321 4
858,506 858,506 000000000000000000010627e568ee627c089de161d2a192fc75cc9cf7456d92 1.50 MB 6,084 2
858,505 858,505 000000000000000000016ec6ff1866f3898c64d1f15c096f490d156fc2787d67 1.61 MB 6,435 3
858,504 858,504 0000000000000000000095810cdfbf7eed1e4f7cf6a4c40cf6be95e64ae14f7d 1.86 MB 5,898 3
858,503 858,503 00000000000000000003328f504a69153fd09f81ead50743e3cea6e05a7b2183 1.66 MB 6,184 3
858,502 858,502 0000000000000000000276f3a38915d1232273a423d8a64e0766a0accdef4d23 1.74 MB 4,499 4
858,501 858,501 00000000000000000000a431988f923987f38a1aca005cd903bd6b6052267887 1.54 MB 5,976 4
858,500 858,500 000000000000000000019970bbd74c982c5fc5ac2e395ce02dcf6aa33279186b 1.62 MB 6,721 4
858,499 858,499 00000000000000000000c6218c3004914b509e44612a31081cab7588dc0f3420 1.71 MB 5,675 4
858,498 858,498 00000000000000000000f3d25830cdee5e71b193e7fa758611b62c8b34ab81da 1.63 MB 7,158 3
858,497 858,497 000000000000000000019b47f6aa0607092aff460cb68730601b67101538d8b6 1.63 MB 6,681 3
858,496 858,496 000000000000000000027615cd0450e82c1d50ed02c655cf416356e1f0c8e3c4 1.76 MB 2,671 3
858,495 858,495 0000000000000000000044614af53273723cf4771ec3fa72971b18098ae2a3b8 1.74 MB 3,183 6
858,494 858,494 00000000000000000001c0ee3f62f680c6ebcd20f9228f3f2e7a1e93c7086cb6 1.90 MB 2,529 4
858,493 858,493 000000000000000000013a943e053b6811b25eefb200234dbbc7d4f4e219aba7 1.85 MB 3,357 5
858,492 858,492 00000000000000000000088feef67bf3addee2624be0da65588c032192368de8 1.98 MB 2,821 7
858,491 858,491 0000000000000000000199e7f9bab8a6080d297e7c7aceb5ab4c8d20413d66a0 1.70 MB 2,937 10
Previous 10 blocks ↓
Total Size: 768.93 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,612.29 GB sent, 92.48 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.