Memory Pool Memory Pool Refreshing

3,123 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.86 vMB 3,108 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (41,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,543 866,543 000000000000000000029482e97952e5b105482ba2955437d4b3ac448a3d7cd0 1.53 MB 5,867 15
866,542 866,542 00000000000000000000301378db3eedb4577fe82bbdf9484d790af6c4fc4d6f 1.43 MB 7,375 18
866,541 866,541 00000000000000000000c4bf07bfb2d1f7734b3488707de0baf97a1e0822d43b 1.46 MB 5,556 12
866,540 866,540 0000000000000000000286248256642893f95918a34c49423d735d7fcf52b6bf 1.45 MB 7,208 21
866,539 866,539 00000000000000000000ee3df526effb6f2686401f7bb775e1d79c7a54130ffa 1.60 MB 5,956 4
866,538 866,538 0000000000000000000125f70ca001c3009cc24b75b61326840e7d5a553f7b17 1.68 MB 4,727 3
866,537 866,537 0000000000000000000299de1a595638afd103c99d461e9993fa93e709354228 1.59 MB 4,536 3
866,536 866,536 00000000000000000001d18114cb82eb3a3a171aefdde019ced90c9905da9ba6 1.60 MB 5,930 3
866,535 866,535 000000000000000000028778898d40ef76bb5d98f5b0583b833579788df06b10 1.53 MB 5,820 2
866,534 866,534 00000000000000000001e54bbe5562022b07b89e4f4ac2a55164605aa635611f 1.65 MB 4,274 5
866,533 866,533 0000000000000000000075b43c430c8016965972bfb72d0492a8fd775e7a9878 1.58 MB 4,693 4
866,532 866,532 0000000000000000000245e70aa5383cc3f4b9cf63b0931f7cf429fd871ca82b 1.57 MB 3,696 5
866,531 866,531 00000000000000000001b6bf7f319c676bb981cf1bbd7317d3b5463c6befe45e 1.30 MB 2,451 7
866,530 866,530 00000000000000000000c8c822a175de62e38b0eb6fc96ee528c5e225b87c2dc 1.40 MB 2,676 9
866,529 866,529 00000000000000000002439d75676546ee908cc0827fcab756a8562973f0b82a 1.37 MB 3,184 13
866,528 866,528 000000000000000000012f192055212c04824f24532a4cf97c8cee21f041eadb 1.50 MB 5,524 13
866,527 866,527 00000000000000000002a14ca968a2448132772eaa47a0f381195c0ac1451662 1.43 MB 6,747 17
866,526 866,526 0000000000000000000116aefeaeef2e6ab679f8498c5249045d04e392e713f3 1.48 MB 3,580 5
866,525 866,525 000000000000000000023e3a058b201025aa885540c0a6a1b3a7e768375a9fb3 1.31 MB 2,699 4
866,524 866,524 00000000000000000000662ab369cfcab5f7fb36c749a96413d837878b478fab 1.67 MB 4,132 4
866,523 866,523 00000000000000000000f3ffc975c98261e623a1ea1f1df1f59eef3e55aa2f71 1.57 MB 2,865 12
Previous 10 blocks ↓
Total Size: 769.28 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.56 GB sent, 94.33 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.