Memory Pool Memory Pool Refreshing

921 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 896 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (141,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
766,694 766,694 00000000000000000005f72d0280b660e5fedb2dc2fc23d4dd3ef57791d042bf 1.50 MB 3,513 17
766,693 766,693 000000000000000000033d4c1540039c1b903584da5670c9b12916001ea55f6c 1.46 MB 2,941 24
766,692 766,692 000000000000000000010924a5c28b03990fc390bf931c59ee2112979d2da089 1.32 MB 1,638 7
766,691 766,691 0000000000000000000762ddde0c31847178b5bb1a2b637928acf5722bc403e4 1.25 MB 1,944 13
766,690 766,690 00000000000000000001d72a3b062b96c75f2208126ae97fe06b9a7ce9eeabe9 1.24 MB 1,805 8
766,689 766,689 0000000000000000000436bc65e39b16ea74a2099b4f96b0016c910f6af60f3a 1.13 MB 872 5
766,688 766,688 000000000000000000001b1f4528979f6f5d0805a48ce2ada8f17e32e420547e 1.18 MB 874 6
766,687 766,687 0000000000000000000585f3c82f7023c63d54543e288ffbf873efd34c311a2e 1.40 MB 2,494 12
766,686 766,686 0000000000000000000089938ec51049cc41f5c9793c14020c5e439731a19bb9 1.42 MB 1,679 3
766,685 766,685 0000000000000000000746199feaaa2d311720455a8a1d1f0be94f78eba7715b 1.47 MB 3,327 16
766,684 766,684 000000000000000000017112a117bb67e6e8170d0cba826a84a104e620bf794f 1.57 MB 3,075 14
766,683 766,683 000000000000000000014e153495f7d8ec8b19b9ca1c0c32846ec76ba7bb58e4 1.51 MB 3,190 17
766,682 766,682 000000000000000000068e39f922cdc6ac0c78501f995137a8320187d29ac744 1.12 MB 844 5
766,681 766,681 00000000000000000005e63188eadc3ce5a77ec02ac944a56595cd8d16548d10 1.54 MB 3,363 12
766,680 766,680 0000000000000000000419992d553fb94f0f00f01ccb0eaa45e92e53d0fa75a2 1.50 MB 3,236 15
766,679 766,679 000000000000000000061ccd4e7a751478d9b14a93ed4fffe330e81abc8e9b84 1.05 MB 385 4
766,678 766,678 00000000000000000001645c43f4346aa123a906c33416916c66889ec5bf081f 1.05 MB 443 3
766,677 766,677 00000000000000000003afb46a8d3eddaa696aca1b8c05d85c6795c4d090cac8 1.06 MB 496 4
766,676 766,676 000000000000000000082107b0b4776dc424c319b4fcab18f8101c12bc611a98 1.47 MB 2,173 13
766,675 766,675 000000000000000000005ab91f0afc05895965d126dc9fe13555f532ca0a3352 1.04 MB 317 3
766,674 766,674 0000000000000000000010690034a2dc650c0e0389bfad64f97fe39971015176 1.09 MB 220 7
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.