Memory Pool Memory Pool Refreshing

2,436 transactions
0.90 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.90 vMB 2,434 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (114,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,026 793,026 000000000000000000011d3381c1cf533ced0dddc4183d19527c768115e9750d 1.74 MB 4,521 52
793,025 793,025 000000000000000000024de65b576395ee8fa6f6adeeaeebd6f33d6dcf6bb615 1.62 MB 3,606 52
793,024 793,024 0000000000000000000550ea6a28ead453d8bdfe88f6cac547f8bcdb69eec625 1.83 MB 3,544 46
793,023 793,023 00000000000000000001d707e1313d040171669546232aed670ef97921529429 1.58 MB 2,832 61
793,022 793,022 00000000000000000000b5bb7e40d8b42175464ac1050787811423e870ae07f5 1.35 MB 2,293 81
793,021 793,021 000000000000000000050d174359e735423d38868f1fdd2503e0e5977e534c66 1.61 MB 3,490 52
793,020 793,020 00000000000000000000a33573c525d6633405067bd4d474b9a87cde80eab6f5 1.51 MB 2,084 62
793,019 793,019 000000000000000000006f6868d8a7c92512cd044769032255c9610900e67a81 1.55 MB 3,190 61
793,018 793,018 0000000000000000000443e5ebdebd7fa4a19badd2139da1d37453e071edb2e0 1.04 MB 349 69
793,017 793,017 0000000000000000000152f5f1334cf07a698543e999bdead287f35167bee728 1.46 MB 3,038 74
793,016 793,016 000000000000000000045562f3e108357aa641598d9b28f33c5da3d0279dd874 1.61 MB 2,545 69
793,015 793,015 00000000000000000000f988958756c5c75551779d4c8d797d2ec1a480260581 1.35 MB 2,331 77
793,014 793,014 000000000000000000021cfd62abd2fc154b26c551df502b20117358b9b606e6 1.67 MB 3,457 62
793,013 793,013 000000000000000000054d606294e3afbbe543fcd6663480bad07563ec153032 1.56 MB 3,550 54
793,012 793,012 0000000000000000000464d49063dbac6ea9282783693badafb2050075799999 1.54 MB 2,792 65
793,011 793,011 00000000000000000004190716f75649ae9450bad36a3e61299af4da3cb4aad0 1.45 MB 2,193 72
793,010 793,010 00000000000000000005678b54de3a0fce7553c7ef5a13a5f6b7679c295f0c1d 1.64 MB 3,492 62
793,009 793,009 000000000000000000024c31aee51c565cd98eb87c31078f04c8c2cdb651568b 1.34 MB 680 51
793,008 793,008 0000000000000000000266d494096858d32c699717c44784d2df1f4265aea706 1.41 MB 1,996 65
793,007 793,007 000000000000000000002744622ee7db86efcd08c5aae5d578f93d00f978cbc8 1.59 MB 3,196 68
793,006 793,006 000000000000000000037ac1ead068cd7b137dcf58f281d99fc4201e74ead068 1.71 MB 3,412 65
Previous 10 blocks ↓
Total Size: 769.26 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.25 GB sent, 94.22 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.