Memory Pool Memory Pool Refreshing

12,766 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (694,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,139 213,139 000000000000003ed390282972c1e85188701e59d7a9870a654b5ae02274a8c1 0.25 MB 579 391
213,138 213,138 00000000000002983c7852ec916026b92615afaaa7c0ab628ec5827de7cc3dd9 0.25 MB 634 176
213,137 213,137 0000000000000035a65ac53bb07bd0186faec5d51d7cdcc7623f036801489360 0.00 MB 12 44
213,136 213,136 000000000000032eb45e6224f5aa33af417ba6fe66a2ae76eb11ef2ec4b9e4f0 0.06 MB 111 127
213,135 213,135 00000000000003baf7cf4e6fbb8987c4510248bb09a3b6aa6e4fe621118358e7 0.25 MB 475 155
213,134 213,134 00000000000001fdb170251be654d0dff4eef3df96f957f0c34b37b86157956a 0.25 MB 676 215
213,133 213,133 00000000000002a24d108951b6924c80aa6ba745ad6bf30751309a2ea6a27891 0.04 MB 119 157
213,132 213,132 00000000000001d5fe890273e32a13abdbd663bfcdf3b0057bda77dbc2affba2 0.05 MB 131 171
213,131 213,131 00000000000001aa864edfaac705a21491b99a75d76bc53edc7366fc1a00bbcd 0.25 MB 365 135
213,130 213,130 000000000000027e9f97f5033a6e6024f61a1d3351e2fcf21f9527772e45b1f5 0.05 MB 90 45
213,129 213,129 00000000000003b333eb91a8af2d43b18c51add4d8395842798881fe64a05c2f 0.25 MB 591 181
213,128 213,128 000000000000021fa124851fffcaf022d66bcbad9b91b884b5044ac51b3100d0 0.00 MB 14 16
213,127 213,127 000000000000014750896e39cdd7f5753a1c933e38b926d351399239fd79dd22 0.25 MB 538 160
213,126 213,126 00000000000002c71d1b475dcd6c17f31c7fbef721c9485ab935f482e0e5e098 0.25 MB 548 191
213,125 213,125 00000000000004bf31851ac04ba8e24b9a024e53cf2ab5626ce1f65b69b93da7 0.25 MB 634 193
213,124 213,124 0000000000000339df9382dfe857e6519032d79df91ee33b3977c59bff62b5e1 0.45 MB 789 155
213,123 213,123 0000000000000046690d157d719a597870ab0efcf3abaeae62435d4ffb2daed2 0.29 MB 647 176
213,122 213,122 000000000000049fd7c2081457785f4dc23165f944d59b51e0fe2cc828a93d70 0.00 MB 12 45
213,121 213,121 000000000000038ae5f1c3260cbc8d5bc77d6d8d1aee4d19dee48b1a9949695e 0.25 MB 851 259
213,120 213,120 00000000000001313394374f277ba957321f4949f872ce8ceda3db1ac974c7e0 0.25 MB 434 134
213,119 213,119 0000000000000122176de1c554ba04c6d5ef5630b826572258df03d5cb43182f 0.25 MB 555 163
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.19 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.