Memory Pool Memory Pool Refreshing

3,429 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 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
908,168 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,212 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,167 (682,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,889 225,889 000000000000021d8cd8bf011fa57b8209f76e7885800cf9357996c153418170 0.15 MB 293 134
225,888 225,888 00000000000002ca2b76faa92d4846ebc7e3bd0d62532a0012a8f2e3b87988b8 0.45 MB 256 128
225,887 225,887 0000000000000152d9922b12626a5f7217f69f7c4a5aa61d5d7e6c22aaf8b294 0.25 MB 261 91
225,886 225,886 000000000000023be7565447d4530431e56d3321ebb1947fc6f196bc1dc7e145 0.25 MB 425 132
225,885 225,885 000000000000033d18a36dac0329596584f0bc896fa0a52241129173880b16e6 0.25 MB 763 257
225,884 225,884 00000000000002deaf3bdd5650194e165765a5621fc8ab9788b39d80fd37b62c 0.00 MB 1 0
225,883 225,883 000000000000005d86ef408d275193676cf39335e0585fd2678b56e0ad2616ad 0.00 MB 1 0
225,882 225,882 0000000000000004241dc11141805e8d9690e2046c58dd9aa17f7e90765bd0a6 0.13 MB 291 186
225,881 225,881 00000000000001866f6efbe131aec585edf2ab35bce756492d59bc4de9387a6c 0.25 MB 406 119
225,880 225,880 000000000000003a02b6d9dff00d637106344a58cfe9d7bf4570c3d2953b6aae 0.25 MB 714 236
225,879 225,879 0000000000000128a09b1d1482dbc64e0f7d1504bfb8f016a6c3f56ff0db9610 0.25 MB 676 279
225,878 225,878 00000000000002dd640da532b5b6bbff91724e305cab8a7f94d92c7074b3b0dc 0.25 MB 475 165
225,877 225,877 000000000000029e6d1dcc43659096ef9e79059b8aa17cd03b2c5c7f713948c0 0.25 MB 708 242
225,876 225,876 00000000000001fb37aeb6ea263593d056a8aad362fca751b4f34ed98f8dd76e 0.25 MB 544 199
225,875 225,875 000000000000014eb8e3c36056ac1b22edf6433ac67c44f9b0c2589c05b6dd78 0.15 MB 195 126
225,874 225,874 000000000000017c9f3ed808cc007d5799fe59e34d167315e4068e7d09f402a9 0.25 MB 599 207
225,873 225,873 0000000000000353facc43323867a10df63c3458eb5b30aaa0d4fa874bb05445 0.05 MB 116 207
225,872 225,872 0000000000000311eca0e924fbf664929ffbdff1ed6bf77a049b4cc21edd0eaa 0.25 MB 662 221
225,871 225,871 0000000000000178f8d6b092bd03d24b3e6039e19ed2c5e80e85118c503a3670 0.09 MB 175 146
225,870 225,870 0000000000000244195d66ccbc6e5874d9faba566945c959a491eec7c41a7d2f 0.22 MB 325 109
225,869 225,869 00000000000003739aa14900fcabeeacded820b5daea085eafd9532690225374 0.25 MB 563 246
Previous 10 blocks ↓
Total Size: 769.87 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,681.01 GB sent, 97.20 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.