Memory Pool Memory Pool Refreshing

12,220 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (744,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
163,381 163,381 000000000000052dd4fe3d0fc65be8482ce9fbb2e62ff082b55f32835be1c43a 0.03 MB 37 24
163,380 163,380 00000000000006b44a3a97cb15fd756043af41f0233c8aed0ff3054186ef0b70 0.01 MB 22 30
163,379 163,379 0000000000000bbcadc4dd90fa792d773cb9bd8f02492a34a2b271f8f5b66b77 0.02 MB 72 70
163,378 163,378 0000000000000c5820f2a82e42467dca3028d9f69b5a19041f97ad74db73de4c 0.03 MB 73 99
163,377 163,377 0000000000000cbba970e0e530f46050f8e1e9fe14622533837e408336398c84 0.02 MB 74 78
163,376 163,376 000000000000090b6f1d24149caa902e90108b636ede9bd6d9cd796b1c6d29ef 0.01 MB 18 13
163,375 163,375 00000000000001e902fa7bdcd6a191a81046920bf2c7120248d5cff0910bb648 0.04 MB 105 133
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.14 GB sent, 92.93 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.