Memory Pool Memory Pool Refreshing

8,811 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,838 (744,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
163,593 163,593 00000000000000d07b7e37f9df4acd9f6a45ed482a358195748d39d654fcf45a 0.00 MB 2 10
163,592 163,592 000000000000061aac2771e76cb26fdb626cbf9e8a4848e84926fe7762e3c549 0.03 MB 61 42
163,591 163,591 0000000000000b5a20f3c6783e33f5972c6efd82d64e9d430baccc4f37b9807b 0.00 MB 10 648
163,590 163,590 0000000000000979776bbc1f3375fa2c3aabb9aa55155c590199e69f314d8a33 0.04 MB 114 208
163,589 163,589 00000000000004ff6bc3ce1c1cb66a363760bb40889636d2c82eba201f058d79 0.03 MB 69 409
163,588 163,588 000000000000057fde1b3f18d81847421f56687e297e13d003384c86d893b4d0 0.02 MB 44 257
163,587 163,587 00000000000002306ac82976a4d848f0148345184a178924517cfe5673719207 0.04 MB 84 1,802
163,586 163,586 000000000000049380f18d1d786f2954a294d6aa7f18146f338212f71a46344e 0.02 MB 23 48
163,585 163,585 00000000000005b2da56cf62dbdd61a9beea59b8d850a3aa4112768e5649187e 0.01 MB 31 334
163,584 163,584 000000000000071e314139d908ee62582deecbf8e3f5d204228012fc8c20c5de 0.05 MB 142 136
163,583 163,583 00000000000005b0b151326025117008a580bb9498ea18ee7f283104a608508a 0.00 MB 8 323
163,582 163,582 0000000000000beb7e65ce7d1785f59d12e99d4b62c9b90f05f5b2ca0dee87d6 0.23 MB 48 57
163,581 163,581 0000000000000a444c70087321ea420101781a0740cd8f9eb95392adc2a3ed79 0.05 MB 130 126
163,580 163,580 000000000000088a9b716a4cf9f8941c67cd8c67e361dfd0a98710a945dd63a3 0.00 MB 10 396
163,579 163,579 00000000000005fae36c046f9366641a8f9bee65d316a2ed43f7cd7d1103d032 0.04 MB 123 139
163,578 163,578 00000000000006e53be5af5cca52630aaa3c1a8ee7159c5247f0b45f3ae34b2b 0.03 MB 80 159
163,577 163,577 000000000000073bdbb4317bfde7b71f757f97a4ef3d93cbbb9b2488e11ce518 0.00 MB 1 0
163,576 163,576 00000000000008adbadcb474e9861a123ca79abdfd0403f0dbdda920c74c2e2e 0.00 MB 9 38
163,575 163,575 0000000000000b2cebb7c64a4b7d6a4d0245119cfb7f7935b9d4924769e1cef9 0.01 MB 17 542
163,574 163,574 0000000000000ca673db05f70b18feeecffd30cc793809283b1a049505e21af1 0.02 MB 29 122
163,573 163,573 0000000000000c0215327b25e6f2336bd76e2ecf9fc754c6efcc00eff0a3aaaa 0.05 MB 110 135
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.