Memory Pool Memory Pool Refreshing

9,754 transactions
4.52 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (706,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,304 201,304 00000000000004d856e6f30a86d45321ad632c1da975b505712a000b1403894a 0.02 MB 36 87
201,303 201,303 00000000000001ac99dda5e735578d965f5a83c704a0e894a8f74991e4502913 0.08 MB 157 116
201,302 201,302 00000000000004a43e6a993f3df4a83b6bff8792657c3d4b580d98e11af4c7f4 0.01 MB 41 193
201,301 201,301 00000000000002339d07e8c0e00512f3013be002dba9074eba17aa1126be0d80 0.09 MB 218 146
201,300 201,300 00000000000001bf42341be20b0b41d893165577a289f1163b34f42b8c006e20 0.11 MB 262 135
201,299 201,299 00000000000000188d7357ecf40e8e50d8758cd4066f7a1b80c5b095ca15a759 0.01 MB 18 87
201,298 201,298 00000000000002df6befd43de6177585f15f7d6c1ce50a3481a064658b50ceda 0.10 MB 236 146
201,297 201,297 00000000000002221bc659fac7368b65477a61514515710dab1f8514e05dc028 0.01 MB 31 140
201,296 201,296 0000000000000177da242e2609626eced001f69ff193f3e8599b47ab2612be9a 0.18 MB 418 155
201,295 201,295 000000000000007ffc4c2da3f9bb18aa74b266ea1267ee493b7c02e9ade2aa56 0.05 MB 140 102
201,294 201,294 0000000000000115a4ab4e043e77e58b186ce9169b3d25096a83a94ff3459677 0.29 MB 718 109
201,293 201,293 00000000000003883c6946d5fb449f9f807098babaedecc66c1b6d8e06661f5e 0.04 MB 122 68
201,292 201,292 00000000000001547d0bd0cdca72bcc388263e604ce777f634e6ba44c26dcc2e 0.20 MB 300 99
201,291 201,291 00000000000003ec6e306adcd6f7d4266b88262cbc8f38258bd1d5b11425cfc2 0.01 MB 12 58
201,290 201,290 0000000000000577ac3489c296475d3b4ebcea8ca03cc7802547523921cbcf14 0.02 MB 53 100
201,289 201,289 000000000000045c61eddd19dcb2f43ec7c75cba6a20c1f166f4aa5c366c27ad 0.13 MB 220 174
201,288 201,288 000000000000012dc5ec4a2e4b4fca3f72946de30d73db241cc8bcb5d45cda79 0.10 MB 103 73
201,287 201,287 0000000000000341a9c8a4f050fe3273edd0a602ecb9b94377c5c1c54185358a 0.11 MB 229 94
201,286 201,286 00000000000005cbac4729863520767efc50c505fe2743d5d8abb016683388e3 0.09 MB 147 167
201,285 201,285 000000000000014125fedb75009ba81c07ac3e4c1481ffb9a4f9ee02d4178a7a 0.00 MB 11 21
201,284 201,284 000000000000002b19e8910061b7d5f329a55ae4e8da9cdf92430e40299d6c1c 0.01 MB 19 83
Previous 10 blocks ↓
Total Size: 769.03 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,625.65 GB sent, 93.04 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.