Memory Pool Memory Pool Refreshing

1,882 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,872 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (632,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,173 275,173 0000000000000003c96431cf2cb61bf8b32143dfddd2b28cca70172d1691f132 0.09 MB 207 49
275,172 275,172 0000000000000002ce5d0b5b5ab24138af2520d1934f3bc61521e26814e36e88 0.15 MB 270 30
275,171 275,171 0000000000000000ada4255337065e515ae830fe4f432220d883f581f07e50f9 0.05 MB 85 29
275,170 275,170 00000000000000004f44defa14f0be3fa403475c9896adaa26dcd077962cb844 0.07 MB 87 20
275,169 275,169 00000000000000030a06f603d9b8aefd492eddbbcdbfc13fc414d126e0b7155c 0.24 MB 453 37
275,168 275,168 00000000000000004d19257dd98cae9dfba1f46e827b48079c1d34155ec79912 0.25 MB 506 50
275,167 275,167 0000000000000003a9892e22d19762817295210e092ae85abae95db9a9a4a117 0.24 MB 315 24
275,166 275,166 0000000000000000993ea8f8f7d080a57205ca14da5c886a9ce40c621d41563a 0.25 MB 662 56
275,165 275,165 0000000000000000e6a74975022902463ff9c7af7a6f192efd668915c64aacca 0.02 MB 38 38
275,164 275,164 000000000000000392b9cfd12dadf1eeee0cf5c3309c1275e51de5ef90810732 0.24 MB 361 33
275,163 275,163 0000000000000002373cc5cc98604fa31361a495ec20eebb54861e9f489d3336 0.25 MB 558 50
275,162 275,162 00000000000000001cc8efd71f3a3327e708d26b3a53d5f0cc86734219a1b63b 0.06 MB 105 33
275,161 275,161 00000000000000020fc67ebb85d1b3d1113a0acc88d7da203bc3a788d6a47b68 0.04 MB 87 39
275,160 275,160 00000000000000045ab4ba6a218213096c14a28b17e854d05a42a5a9447381f0 0.15 MB 115 9
275,159 275,159 00000000000000000ba88a562d3744d4a5349e6d9a3615c20eaea8a39dc8c1a0 0.06 MB 123 37
275,158 275,158 000000000000000426b138d5fa5f735c2c006bc297629c35deb5ae087810d5e4 0.16 MB 269 35
275,157 275,157 00000000000000007e74a51285ecaa4a0a406a21586e0d7771eaaeac06084992 0.23 MB 590 44
275,156 275,156 0000000000000000ee1cfdc58b21266fe08a5d9f215d8557d619250621a0e9fb 0.04 MB 39 21
275,155 275,155 00000000000000030ca1959a3e660dcc9200e2a4090df390bf90aa6b66058342 0.15 MB 200 18
275,154 275,154 0000000000000002e0c903d14d6d39cab61c4850ca458383f0e8afbb9d9c1d2e 0.29 MB 633 38
275,153 275,153 000000000000000059a8f1902cd8fa6fb2a19360da3ec00e00d28547f7a1946d 0.03 MB 62 84
Previous 10 blocks ↓
Total Size: 769.12 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,630.14 GB sent, 93.49 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.