Memory Pool Memory Pool Refreshing

11,492 transactions
5.45 vMB
Show Random Selection Loading Transactions
Max Size: 33/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
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
901,890 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 4,316 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,889 (736,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,290 165,290 000000000000035e63d2beb40ab3fe823eeb4698cfc9d7da3c4f34b593867dbe 0.01 MB 26 14
165,289 165,289 0000000000000af8ccb279f661f31a87f68592fdb8cec8673cc018ddb9f99bd4 0.01 MB 10 223
165,288 165,288 0000000000000b04b57f75d568a1e62926cc1263711ae3f8d44e8ebcbe01f607 0.00 MB 12 16
165,287 165,287 000000000000022ccb72730a8256248c90599fc1209e94fc72a99beafffa286c 0.01 MB 21 465
165,286 165,286 00000000000004b656dd5712f7c1f681658198e275f354b204ed90f1cb1a7702 0.01 MB 27 128
165,285 165,285 00000000000003e2edb7c8b9d9d55c29e8f96f02fdbd9e1d9d01117bca9c057b 0.01 MB 18 18
165,284 165,284 000000000000089d9dfaabf316435892f46661e5e0cefa34f76f20314d16e7e6 0.04 MB 102 77
165,283 165,283 0000000000000b61f9b61c9e04135242afcb3fde7ec79e07b51184aa6272d734 0.02 MB 64 110
165,282 165,282 000000000000070132a928eccb5de3c07fa90821814a3fca257f1426053ec5e0 0.02 MB 31 234
165,281 165,281 00000000000000599d3df7e2d302cf0bc6ce5b34accd44c815f2e114d5c00c3c 0.00 MB 8 106
165,280 165,280 0000000000000beddf6caa63c012474b6b280847eea04edbf23ee1578b09122a 0.05 MB 112 116
165,279 165,279 000000000000024bbcf27a44b80f861b6fac3a16ef0c29711f164af30fc3f1b4 0.00 MB 2 0
165,278 165,278 00000000000000792e329c7fff92b13432a4990d24ae8290b1224dd5d1ca4d67 0.00 MB 5 22
165,277 165,277 00000000000007d579539a831125dd260d205fb627115bbe9b350d4c4a19dbe6 0.01 MB 13 38
165,276 165,276 0000000000000a14c581191068011bcc6f5a0df3e2aca1b490b544d07d37d1cc 0.00 MB 6 54
165,275 165,275 0000000000000b350e9c0bbb953d2a61554c23c8db576e41ebd0ae7832c303ac 0.03 MB 98 38
165,274 165,274 0000000000000885aeeb89b335a8a0e3e2110fa864439024edbffa8455ea79ad 0.01 MB 33 246
165,273 165,273 0000000000000c85b0e184ef6717d1354c307e898a8d4bdd45efa1e12b5a249b 0.00 MB 9 0
165,272 165,272 000000000000098fe9b99c09a2fa2659d3ffa7897d472de049e92a31958bc9af 0.08 MB 54 157
165,271 165,271 0000000000000313c00203be268260647892414371ec2227637baff0385ee048 0.05 MB 128 18
165,270 165,270 0000000000000a484911383ac0432f5227ea91734bd08d48f72bf2d49339b27a 0.01 MB 16 262
Previous 10 blocks ↓
Total Size: 758.99 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: 772.54 GB sent, 41.77 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.