Memory Pool Memory Pool Refreshing

4,478 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,575 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (315,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
592,590 592,590 0000000000000000000b4e7540e6cf492d267205578958d9c01f916da9d6349f 1.23 MB 2,899 12
592,589 592,589 000000000000000000097f4c377416b172f80d5eb027cae7f050a6b3dd8ca98b 1.25 MB 3,051 41
592,588 592,588 00000000000000000005091e506ca58b0484da8fca14c5a65d026f55a9e7b4f6 0.12 MB 301 14
592,587 592,587 0000000000000000000dc6bd30fbb397a7a12e1cb04718d40b409ea3bec7cc18 1.08 MB 2,367 15
592,586 592,586 00000000000000000019567518007bba6ff5af3d68436a0d43c7f7b9ea5adf11 1.03 MB 2,444 3
592,585 592,585 0000000000000000000d48a065396e8bdc42845b909472e76995073cbf985329 1.37 MB 2,731 19
592,584 592,584 00000000000000000008c6a35dbaa7e0a1b6ebb0cdc74b26fd7cadcd4efda967 1.26 MB 3,030 30
592,583 592,583 0000000000000000000455e0e4d0ed226e58f23f2aa57643d2934d339cb528df 1.20 MB 2,949 46
592,582 592,582 0000000000000000000d54a3ececf6af5c42a7b198b3395a22e783de121a8267 1.10 MB 2,455 4
592,581 592,581 000000000000000000065403954865cf8dd4965152e1ff6794f4ce0803a35d50 1.21 MB 2,199 3
592,580 592,580 0000000000000000001b6f510dbca16c871e4dd6011cf63fa19060b60196863a 1.22 MB 2,549 33
592,579 592,579 000000000000000000104893197618cfd779f14e6728d5765c3aaee82a6b7fc7 1.19 MB 2,240 14
592,578 592,578 00000000000000000003adb6cdf31dca755759a5f5bfd67e0cd8e7f6226244f5 1.26 MB 2,997 43
592,577 592,577 00000000000000000009194455e4abba5cbf9a397b0727842942c66f40b40eae 1.26 MB 2,881 34
592,576 592,576 00000000000000000003f90c5df40728ffde510be286603bfb783c5d4424c218 0.21 MB 572 29
592,575 592,575 00000000000000000003679f0539562f3a15ace64381f5b41e03a81da570f5dc 0.94 MB 2,674 14
592,574 592,574 000000000000000000054d98270ea576b4ada651d836cc6f7ddf8a56fa5cc736 1.20 MB 3,068 27
592,573 592,573 00000000000000000009c3f59ac04aef47d6e9a414d8fff51236676c25576e8f 0.23 MB 586 21
592,572 592,572 0000000000000000000e9d0952f84c2705a0e3cfec6ca9063398ad2b86661361 1.52 MB 1,236 6
592,571 592,571 0000000000000000000ab578c9fe2fd05ac8993cfa879802379735ee19743531 1.36 MB 2,239 17
592,570 592,570 000000000000000000086e9139579f228eba1d2bea06347d35734fc521d652d2 1.20 MB 2,758 22
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.