Memory Pool Memory Pool Refreshing

5,049 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,375 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (729,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,690 178,690 0000000000000a4b072a063f837ec66aa0e99ae2d81ee51b84ff8e2136feceb0 0.01 MB 30 79
178,689 178,689 00000000000002e9a96687c686d8985410c3ca3a4bf65c7b62e9cffec50e06e4 0.02 MB 35 167
178,688 178,688 000000000000096f69de737e46da5bf37606be3621a8e33b9ca9f3734fb49a78 0.00 MB 1 0
178,687 178,687 0000000000000ab317a28cb94100910509b95902950bfba5354008fdbfa1a26e 0.03 MB 49 172
178,686 178,686 000000000000052ac4280a688bfe22800abab1431f60eba4a7848e175466deed 0.04 MB 103 136
178,685 178,685 000000000000000193ceb429847d88083a45fdd9b43d6126728b6cab16f1174e 0.05 MB 114 130
178,684 178,684 00000000000007b2aa896bf3ac1d1c2ad97c4f560773eb6ae34171174f4f5422 0.00 MB 19 342
178,683 178,683 000000000000086c18feffa253408e58f182c63b1233a8c70a48e6befd0e3d8f 0.04 MB 120 107
178,682 178,682 0000000000000991228016ca2deb06594ba99acaf596643f477be3b93b5af788 0.00 MB 4 0
178,681 178,681 00000000000002f241fe2989db3e02221548f3756ec9a5b65a52be3f4eb6f3ca 0.01 MB 10 57
178,680 178,680 000000000000059f0a6491eaec6dec5f5841ce0b8350bf8c6cd26b240e0637f2 0.03 MB 66 386
178,679 178,679 000000000000087b57996ee7c0d2afb5d49e43413f307f281c8dbbe7783e0225 0.02 MB 37 109
178,678 178,678 00000000000004fc455a9796b946d356bafc4b0a057006d8e5e06cfa60de3c80 0.02 MB 58 162
178,677 178,677 0000000000000477865e50e33483cdfe68eaeb8aea80fcbc923af02a2374d2d4 0.03 MB 82 114
178,676 178,676 000000000000060d89f64f6a7ffaf4b197a36e4b1d63506051320e72127e1e19 0.00 MB 11 52
178,675 178,675 0000000000000169e2c82dbadaf823db93172ce8390bda6671aaa72fe3aef0e8 0.01 MB 16 308
178,674 178,674 00000000000009c1b094a02caa1c30c8d6aad76b479dbe924eed1a0595d12c29 0.04 MB 112 133
178,673 178,673 00000000000009feca71b550efc28e99ec0db6046a9557734033e6a7aee2a094 0.02 MB 31 99
178,672 178,672 00000000000004ea65798d875951fb6c001b0aa25dd9b9bf460b6013935e6a7a 0.04 MB 103 231
178,671 178,671 00000000000000d05702e756fa4c6e608d3ede817dbc8cbcac513dab603eff03 0.07 MB 109 84
178,670 178,670 0000000000000536059a9c23ffc61eacbe9a32c51f44f25b4fecba485922db34 0.03 MB 70 73
Previous 10 blocks ↓
Total Size: 769.21 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,634.33 GB sent, 93.98 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.