Memory Pool Memory Pool Refreshing

2,370 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
2 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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,278 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (473,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
434,585 434,585 000000000000000002361b0e6420b839922cfccefa04f6029654cadd30bdf240 0.83 MB 1,634 49
434,584 434,584 0000000000000000010e47e2f7b97fa8a80b0f4e9669d0317249542403d13874 1.00 MB 1,487 48
434,583 434,583 000000000000000003a5c65fcdd08bde1575fa506049cdd858b6080eda330dc6 1.00 MB 2,759 67
434,582 434,582 0000000000000000007def6052eb323c57608c12c4a38d367adf72ced1578ad9 1.00 MB 1,865 60
434,581 434,581 00000000000000000289bca76724552a3813fc9633564f5d78aa438ec1e9d986 1.00 MB 2,411 63
434,580 434,580 0000000000000000014b1b9e432283bdd545ddcb9dcf0a9d0ba14f5eef345d05 1.00 MB 2,461 75
434,579 434,579 0000000000000000025bb3629ce01e2ad4f2eb82dbcb16a079de59160baa694b 1.00 MB 2,839 82
434,578 434,578 000000000000000001f927d4b20314d8c4699339c897e8c34d8b5588e1b3b112 1.00 MB 2,285 73
434,577 434,577 000000000000000001341328d5bd0dcf79f910458c9a45363b4f01fc4731ef7b 0.98 MB 1,495 43
434,576 434,576 00000000000000000394f250688ebd11b5bc052b5ef8c6e29ed94a9e8029582b 1.00 MB 2,044 49
434,575 434,575 0000000000000000033f9ae4984b515da8b1216970573435f55390ff3c1ee57d 1.00 MB 2,508 68
434,574 434,574 000000000000000002ee3a1a902889bb3f78889db0ea3f57b7acd001844fa4c8 1.00 MB 2,327 56
434,573 434,573 0000000000000000036cedf6b5af26686dabb55d8bd4f57f425ab938b5dfe05a 0.75 MB 2,372 96
434,572 434,572 000000000000000004108567197c89818eb064c815ea79286f6d6e3946b3c085 0.62 MB 1,119 62
434,571 434,571 0000000000000000032e4aa7afdefa05373f4bccd96deeec9010d0ac07688cdc 0.90 MB 2,003 59
434,570 434,570 0000000000000000040bd97519ed60ffd7594404fd72b21a8a0b3eb6e67b4d1c 1.00 MB 1,787 50
434,569 434,569 000000000000000001e34f1275a5dac634729001d93ec2b7f2203af3104e6f99 1.00 MB 2,545 53
434,568 434,568 00000000000000000110cb4fde7c00558ae6a6ee6b128c31b17b9036e7452ea4 1.00 MB 2,553 85
434,567 434,567 0000000000000000024e44dbcd2008d74cc0fae51e773ba8a345839a8acea2a6 0.30 MB 728 71
434,566 434,566 000000000000000000b78ff64125510d00d57abec2adaad7bcdbcb1d65e1fd8c 1.00 MB 839 24
434,565 434,565 00000000000000000214425b5a33f3959274acfdd64d691219233c1b9442f15a 0.22 MB 596 79
Previous 10 blocks ↓
Total Size: 769.06 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,627.83 GB sent, 93.18 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.