Memory Pool Memory Pool Refreshing

7,895 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (2,182 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,682 905,682 00000000000000000000d8e54d6054551b195bbf4718904ec9285a97d0f8e03c 1.76 MB 4,569 1
905,681 905,681 00000000000000000001a6682693450d58ac423682b74c4961069d3d72125e81 1.86 MB 4,423 2
905,680 905,680 00000000000000000000452e8ee4823742a1ae9b706b4b52dcfc3f9a912fe210 1.56 MB 3,150 3
905,679 905,679 000000000000000000014ea4b2ba27e8818481b1d2d1e7fea5301350c6300227 1.63 MB 4,166 5
905,678 905,678 00000000000000000001c2ebd5904b8d4bbd9d2bffc26058f63bd958bf16f680 1.71 MB 4,348 2
905,677 905,677 00000000000000000000785ac2ca1567c7efa5fa91112b9d4262099420dc14c9 1.52 MB 2,960 3
905,676 905,676 00000000000000000001740b41afaff89843d5c1b0b9e4e69836a59e80b0f63a 1.59 MB 3,718 3
905,675 905,675 00000000000000000000bdd5f5816bc0687e003c79cd41d6a8d396bfde362c04 1.02 MB 2,272 2
905,674 905,674 0000000000000000000013f8a811d972ee54359c3c53bc4c1c85a5bd23b2ab14 1.70 MB 3,619 3
905,673 905,673 00000000000000000000abebe8d694cc1997ada170f0f4735cb25dacb72c2426 1.72 MB 3,312 3
905,672 905,672 000000000000000000015d0e41cc46edac505b69ae375333042a845825a6840f 1.57 MB 2,844 2
905,671 905,671 000000000000000000013657f33f2323151d5ebae10873a397746853a60cdaf1 0.94 MB 1,706 4
905,670 905,670 00000000000000000000524b87fb9a2612fd8ff46b1b12ef913e2e3ba407e3e4 0.02 MB 85 2
905,669 905,669 0000000000000000000132b7f9f17844e36d14d16fdce66d6e8d4158112c2c08 1.75 MB 3,327 1
905,668 905,668 0000000000000000000069cb72ee9703c2ecc31302908964e137feea1d2a1dce 1.65 MB 3,256 5
905,667 905,667 0000000000000000000221806f6dbd0e2a0dcc4389ce30ff25a8f36acb0dac04 0.08 MB 175 2
905,666 905,666 00000000000000000001eaec5f7bbdd139a9e6bb05bca7f1855aba243199877f 0.30 MB 492 2
905,665 905,665 0000000000000000000103cb4822cb02234eee8a6f873cd5582b86d7d4263114 0.06 MB 103 2
905,664 905,664 00000000000000000001bd710aeef0c3c67978b0379c441916dc2103a84d5707 1.10 MB 1,351 2
905,663 905,663 000000000000000000002ca6bea55cbbf78a2661b452a577b8c20c9654da87c7 0.37 MB 919 1
905,662 905,662 00000000000000000001999228c6553627f97ca4fa26af597a2059079ef352de 0.81 MB 1,645 2
Previous 10 blocks ↓
Total Size: 769.29 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,635.62 GB sent, 94.36 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.