Memory Pool Memory Pool Refreshing

4,932 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,575 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (724,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
183,568 183,568 00000000000004cec2dbdfefdee2742b6ce5fc5c36b7773c26db32eafa1097b8 0.03 MB 64 90
183,567 183,567 000000000000060b91112e7d5583fc2e2035c326546489e82c7713de1d3b5429 0.06 MB 81 111
183,566 183,566 000000000000047fd305cb08db89ab40be324963463fbd3e75118949b6fe35e4 0.23 MB 512 88
183,565 183,565 00000000000002b3ca854cee1b45bb9c04595861c124da1af718e1f92ee1a7c4 0.07 MB 53 88
183,564 183,564 0000000000000689bcd0e63243a494084a7e970ca44efd2b9aaeb4301cd68ef4 0.12 MB 42 76
183,563 183,563 000000000000064354307022e635e721674e0b769e2fcace4abc6dda664f4d57 0.10 MB 125 118
183,562 183,562 0000000000000006b253d425643131251288cd42d2ea87f4874d52e1244683d7 0.05 MB 77 68
183,561 183,561 000000000000060d957514c1ab88085290e0e29569958f507b387fc469a33c25 0.00 MB 8 33
183,560 183,560 0000000000000905ec79d2fb4923623985febeb7f582a54d2708f37c651d288b 0.05 MB 96 163
183,559 183,559 00000000000001bfe0be001b64538e715d2ed84209988b1b0482214b318e982e 0.03 MB 40 62
183,558 183,558 0000000000000a648dcfc48f4fce0d2891655dc0d628e35a5cdf99a373039c6b 0.12 MB 64 133
183,557 183,557 00000000000007a72c2ca791c25e0111436be00b66eecbc2f001e8d5bbf8a3f4 0.02 MB 25 58
183,556 183,556 0000000000000a459f131a24a2de1b84484be91bb996b723b5243f9f80403bd5 0.01 MB 26 53
183,555 183,555 00000000000002279fbe2dbbcaaade107d46cc994c8c4e27183ea399c03364d3 0.01 MB 21 80
183,554 183,554 00000000000005e1f71edfe45e403a4c9768c9334b14b36fa31f967fea695a6c 0.03 MB 72 221
183,553 183,553 000000000000005af4a9b9cd63e2af0917f6e482bc14ce816870458c6ea67f15 0.05 MB 90 204
183,552 183,552 00000000000007d02c2e3dc0b9221b176c7af66a8fff6b217b55abf9739ddcfb 0.06 MB 84 115
183,551 183,551 0000000000000990f521e081587dbaf67cb985a998087c926ebe9c79f59b8bcd 0.00 MB 10 45
183,550 183,550 00000000000004c294a4ae23b0b5588320dfa235f7d3c5c06f45b10bf97024a8 0.01 MB 22 102
183,549 183,549 0000000000000396532b0ad0df2d2642efd5df4594ae1888da16d4f3527b613c 0.02 MB 39 175
183,548 183,548 000000000000021f4714d41bdbf6e5f37eb9bb65739e7ac0460be40c25640f03 0.07 MB 123 159
Previous 10 blocks ↓
Total Size: 769.27 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.30 GB sent, 94.25 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.