Memory Pool Memory Pool Refreshing

3,602 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,395 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (462,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
444,812 444,812 000000000000000000718663dc4f6418858a58932bf1f104959062cdeb14ea5c 1.00 MB 1,620 65
444,811 444,811 000000000000000001a1513d70a5a459744b2f44f4c152e1c7a7d84420dc5c81 0.18 MB 415 49
444,810 444,810 000000000000000000aaba12a388d6db9f77af84a5a5768b9db7267a970eb94e 1.00 MB 2,413 73
444,809 444,809 000000000000000003667de19ab8e5914d222c30a4d69c9a6a8c4e8146323a54 1.00 MB 2,361 92
444,808 444,808 0000000000000000038a85d9f4324c5071ce9b38a983ad0f6a8e8179d9e716b4 1.00 MB 1,577 46
444,807 444,807 0000000000000000031767c025b0ae961b0f9e937d796c2c1e46528cd845f9f5 1.00 MB 2,612 47
444,806 444,806 0000000000000000014f092a6996def3830f0c267b3e9a18891400fe215041b3 1.00 MB 2,781 73
444,805 444,805 000000000000000000a64545ab59191afc00975d5244b44001f1432f56464239 1.00 MB 2,346 80
444,804 444,804 00000000000000000351391a6b544ec3301ddca4b31d66c608f46861306fb7fa 1.00 MB 2,238 98
444,803 444,803 00000000000000000330f784cfd32953c074050fb0cdc91095f48ea32bb36597 0.00 MB 1 0
444,802 444,802 000000000000000000e9ddc1e04c6ff680f572564b77204ecd4444a37e7e8bb7 0.18 MB 521 137
444,801 444,801 000000000000000000cd840aef9e340f1a57607cab315c0c17dd43f226e2678e 1.00 MB 957 14
444,800 444,800 000000000000000000fdfbb1ee93f97f2e2e60fd6320d3dc19b08d79975b5495 0.04 MB 87 46
444,799 444,799 0000000000000000025fb47585737a12a1183b254340bdc9d405f74bc19ee1a7 1.00 MB 2,726 78
444,798 444,798 0000000000000000008a8b6c840fb195b9c61d555f1b7507515bfe7ce53891c0 1.00 MB 2,325 64
444,797 444,797 0000000000000000034815d939690c9b076830d8d42342736eda1e513cea5e68 1.00 MB 2,776 53
444,796 444,796 0000000000000000021206ff2c35c0830e786b18c54fc78a246c555e4ee13dd8 0.67 MB 1,279 69
444,795 444,795 000000000000000001e3a44090c1804de201cb2ad0c179090670c993e19ea7e1 1.00 MB 2,369 82
444,794 444,794 0000000000000000036c5781a8b11569ca854a8043266852e00afeba5ae9f7a3 0.41 MB 1,092 60
444,793 444,793 00000000000000000177eb414c65aa83c6b8b5ec87b6e32f303f373d9831d37d 1.00 MB 2,262 85
444,792 444,792 000000000000000001020a4b132c20ad4409235d7c3d1e86113ee0e3850d9c37 1.00 MB 2,329 67
Previous 10 blocks ↓
Total Size: 769.05 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.27 GB sent, 93.11 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.