Memory Pool Memory Pool Refreshing

3,116 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.93 vMB 3,115 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (54,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,393 853,393 0000000000000000000033be3d235a66362081a0a5022ab5734f8cf860b9d8e4 1.59 MB 3,429 17
853,392 853,392 00000000000000000001098021c503e4ae7c2a322d723d97cda30f227d888c69 1.61 MB 5,339 5
853,391 853,391 0000000000000000000050aaa622f8a1fa2b2bf13b61fad90a30b4a700b39b51 1.20 MB 1,694 12
853,390 853,390 000000000000000000000e5c8aca5f1d77e837442c866030e887d5856b34db6d 1.49 MB 5,810 10
853,389 853,389 00000000000000000002626224ef683a2a6d8153038f740b3e1cc44488925025 1.41 MB 5,088 7
853,388 853,388 00000000000000000002c9081f7f9570f6cb206d5baa7d29c391626b4ca762d0 1.35 MB 5,037 13
853,387 853,387 000000000000000000011a78167a72816f0c48e0487b091ba2c6924b80dc1b68 1.48 MB 7,008 6
853,386 853,386 00000000000000000000f7aa5182e7064f7f0de7c8880fb7cd8ea3a693e6d138 1.61 MB 5,821 4
853,385 853,385 0000000000000000000024ee84419863b53f285cfa1b639fa7caef46fca743f8 1.49 MB 5,620 6
853,384 853,384 000000000000000000018c6c59cde37a8bfd06ff85982447a0bcca5945a370ba 1.65 MB 6,505 9
853,383 853,383 0000000000000000000191c18050a7a46cec1d702cfb7d2a9e857f8948825fbd 1.48 MB 5,955 9
853,382 853,382 0000000000000000000287a3f879b8e4021981848c7eed9d400b47d7070776d5 1.52 MB 3,531 6
853,381 853,381 000000000000000000006f31a10b4321be28361c4c319736b76b6bb24ef0c0ad 1.60 MB 3,520 7
853,380 853,380 000000000000000000035f306fc033cc21aaea6c32a80d591506d68d4ad0032c 2.13 MB 371 17
853,379 853,379 00000000000000000001e0be478096e1775d363293da16dc08a363e8d52dcaa3 2.06 MB 664 19
853,378 853,378 00000000000000000001bb979fdf4c584bf7de60a5427b40b42dd0b5232e59f4 1.62 MB 3,663 11
853,377 853,377 00000000000000000000487b685215efe0d93b6acfb94df48d3552c077beda55 1.88 MB 2,937 8
853,376 853,376 00000000000000000001c52b494b871b4e08b98085c480b5753bf1d5b9f44dfa 1.65 MB 5,876 5
853,375 853,375 00000000000000000000568c6450248daf50a80008f9e76421a3c6f4340eca2a 1.52 MB 6,581 4
853,374 853,374 00000000000000000000df7e4a3503967cefb43564b5e1341e6e87a9d9872589 1.67 MB 4,230 7
853,373 853,373 0000000000000000000021dd60306a122e3a19e28c60e170576206df63539660 1.74 MB 2,306 5
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.66 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.