Memory Pool Memory Pool Refreshing

9,074 transactions
9.09 vMB
Show Random Selection Loading Transactions
Max Size: 41/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,245 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,586 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,244 (888,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,143 20,143 0000000099661830928693f8d00e3b0f9ba9d2a8e74b0657f891dfae053ad6f5 0.00 MB 1 0
20,142 20,142 00000000867371c53c104252966f5d42f433546a177114e0e5e7a63b85c9f749 0.00 MB 1 0
20,141 20,141 00000000b373516cc5f3c705acba9a3857865e6cf8645749089e810f52b2de7c 0.00 MB 1 0
20,140 20,140 0000000012c747c09e734986886f829f5cde42c53e343403371ec871f34cb63b 0.00 MB 1 0
20,139 20,139 0000000076ef18102b2016be99bffd0862fcf7858993d112a718c9bb5e01dc1e 0.00 MB 1 0
20,138 20,138 0000000022ac3d39dcd9d9e47370ae4323b83d22a4eaabe098d2994a0a0ac8ce 0.00 MB 1 0
20,137 20,137 0000000093b1dbea0998fbea949c5888c80f4f23b86952358a5141270e5a0b09 0.00 MB 1 0
20,136 20,136 0000000075851f46bcb45b4327870486f01018c6e13f138038501a800fe7cbae 0.00 MB 1 0
20,135 20,135 00000000b7b584b327e6be682415cdadb542f91a3ca0bfbdf83395db064152b5 0.00 MB 1 0
20,134 20,134 00000000f17ebbc8ad03edfcbcf723c26b435d12aba737d656473ab5afde1910 0.00 MB 1 0
20,133 20,133 000000009b0b81e9423d5ebc2cdcb9d6b365dea1918e7a5296cda9d008cc60a8 0.00 MB 1 0
20,132 20,132 00000000557696b1d98fab8b5d060dd9c81931af97af8a6bc8bec626cc2e8e19 0.00 MB 1 0
20,131 20,131 0000000020a059ad057f7e1575bac8b2e60448f1ef7667b89073cf19927bff66 0.00 MB 1 0
20,130 20,130 00000000b1686bc486f957bccbf215d9f337b749e5a60211add547e7a38c98b8 0.00 MB 1 0
20,129 20,129 00000000c51ad0a33a9552ac0bc6b294067d24f5724a492f50b916834a9d1fdc 0.00 MB 1 0
20,128 20,128 00000000241771270de6b221e7d71fa52813cf3f6325e09cb2020432583ca154 0.00 MB 1 0
20,127 20,127 000000007bd0016d4d07e2277325c2df6ba0b0e49313e4d6d998b7fb6577d002 0.00 MB 1 0
20,126 20,126 0000000095c76c331341977d698220e00fbccea4fd1510ab01cbf6e0410fc8cb 0.00 MB 1 0
20,125 20,125 00000000a30e441c9e9127ab07b16ef06bf431106dae1a911c5ecf3d7ec3d5cc 0.00 MB 1 0
20,124 20,124 0000000083c766679dfff31ee408158e8e4f051a448baa1ef3a5234d1d33cd4f 0.00 MB 1 0
20,123 20,123 000000002af5dac8d039e1cbb00789f16aff79b9b4de913a4f50b2f254a3e400 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.05 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,690.48 GB sent, 97.95 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.