Memory Pool Memory Pool Refreshing

737 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,763 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 702 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,762 (744,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,402 163,402 0000000000000a087e5388fe919de74eea17f606414e43c7f0299c67d798d0f3 0.00 MB 11 0
163,401 163,401 00000000000007a0e53f08413420d35585627fe25b1de4eb77adc9dc6d6ce1e1 0.04 MB 89 128
163,400 163,400 0000000000000ccef2874fb04e9ae82fcfa8af79edacb76d912e66e0b1cbb9fe 0.04 MB 125 73
163,399 163,399 0000000000000bc0c006055ab59b52f28bb1b72a705a39bc5a564ee890558c61 0.05 MB 82 401
163,398 163,398 0000000000000520b3157854e89eb8f7d98bb84ea0bfa1a571719011f2675b04 0.02 MB 60 61
163,397 163,397 000000000000047a2c4492f1e973d43c0b5a6a4107af95ef6a90e5cb188628ea 0.03 MB 28 44
163,396 163,396 00000000000006b412fc0f4ccb2ec09e3ec13442cd0a3a49f0571a72be7fe0d9 0.00 MB 5 0
163,395 163,395 0000000000000c66293aa3d709c4200da174a55fc2077b125aa751dd7cbac209 0.03 MB 81 16
163,394 163,394 000000000000011fd52767c5197a74563af34fc05d5a15b0adcd31eef2f5bd02 0.00 MB 8 580
163,393 163,393 00000000000001ce3474f8cf7787990e6a0cb85d0aeabc0da9017c81636adc66 0.00 MB 1 0
163,392 163,392 00000000000007b86725bf7c591db0a4240b84a2c95c2a9c55aec44486ae7114 0.02 MB 48 44
163,391 163,391 0000000000000338bcc2af13b52d77fa71a3a2a83cbe4dde186063e482d73771 0.01 MB 22 156
163,390 163,390 00000000000009fd619d8ad0630cdb0a4ad5c42495dcd74550d30280651485b7 0.00 MB 7 0
163,389 163,389 000000000000051b6eb14a7afd1e583f62a3bb4e66f9301d2103a4d3f5f806b5 0.02 MB 24 572
163,388 163,388 00000000000006f48e0b24edb67294d69a27a69773cfe19473d63ea2e9bd6dd0 0.04 MB 111 60
163,387 163,387 000000000000026ee5258f957ee314d1646acc7238bbc7218191d04cf7323495 0.01 MB 14 9
163,386 163,386 000000000000054b8c2a842c92ce1271cb120ec78af1024370fbfdf9d1a06213 0.00 MB 8 16
163,385 163,385 0000000000000c5e16083abc039ea6cb6993e7e2b08186382257dee2927eda68 0.01 MB 23 432
163,384 163,384 00000000000000f9588e1b43f3aa9074aa5d4d519262cf076253f1244f6b60e7 0.02 MB 40 209
163,383 163,383 000000000000055c423e466c8ed363a3dcb2e6d979648f3dbaf5b004a434f187 0.01 MB 11 119
163,382 163,382 0000000000000785af8cde1679c58362f7a6bc7060f2eaa53e89e51215bfc184 0.04 MB 71 148
Previous 10 blocks ↓
Total Size: 769.10 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,628.59 GB sent, 93.38 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.