Memory Pool Memory Pool Refreshing

6,918 transactions
2.25 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (684,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,047 223,047 0000000000000481899415f59575f1a4630b8a33b761eec5615f4c87cdfac4e2 0.13 MB 92 92
223,046 223,046 00000000000000fb8f6f88355e67641ee9ef960f7cfb495390f9e73394f3ae1c 0.08 MB 181 190
223,045 223,045 00000000000001b9b245bad0b10d483fc1337454da85d65cb47aa881fcc62a59 0.05 MB 106 98
223,044 223,044 00000000000003ae4560e1029bd5c323d190c513262a951da99462c3ef7a6701 0.21 MB 579 212
223,043 223,043 00000000000003d0d16a4902fcbe891525fb00f5b8524a98c1f219f3727501a3 0.06 MB 134 234
223,042 223,042 000000000000023830bc144f11ce2bd8582004faf58300786c1c087cee8c0c7b 0.13 MB 338 316
223,041 223,041 0000000000000329a6064973b7c4e6329ae93db5d360662f7d5d16cd10ad09fa 0.13 MB 213 214
223,040 223,040 00000000000000e273b41735b9f3f4f68e2acffcd60757177b64697c0f7f34f3 0.21 MB 470 182
223,039 223,039 00000000000003175a57c677806913d7d8e860f3bb975fe4d19eed0e6a0ce462 0.06 MB 126 133
223,038 223,038 00000000000001b805da7d4c822ba4ffdef435d708a9708a0958029ae251cef5 0.17 MB 349 159
223,037 223,037 0000000000000038ef5905a112f17a92551ba337fe4264ee5ae2138b230021a2 0.00 MB 12 215
223,036 223,036 00000000000000e2258474f18afe2841002490ffdff479c1b3c47357fd5113a3 0.17 MB 402 179
223,035 223,035 0000000000000384b7f2d3724f96bb00b247e14c678356641c1a4e0b958729f1 0.25 MB 225 84
223,034 223,034 00000000000004547b2e182e8f831ba43d7ffeb5af95a91565362527df828b8f 0.20 MB 485 196
223,033 223,033 0000000000000430acbf73536608588120656f3ffbcd88308e720f6c2f6bd206 0.09 MB 160 7,421
223,032 223,032 000000000000002681506526508122ce40040d32fbe6ff91bccd11b746a8e455 0.14 MB 377 191
223,031 223,031 0000000000000123dd9a935a83486e6141a41ca5a1527834207aba03ca3bb833 0.05 MB 136 93
223,030 223,030 000000000000035ce6635a18fbbd68a6fa2efd7163e68696bb01e764eefd1e31 0.23 MB 519 204
223,029 223,029 00000000000001731c67edc3d60315d273d1c5a6d63a6429512c86d465719eab 0.08 MB 206 221
223,028 223,028 00000000000004228a83337a661102b5d8fba38aae6d6d5fd48eda9d97c949c5 0.14 MB 297 165
223,027 223,027 000000000000011eaa4a393bfc37123a4438cfe93ee18b36b3575424fd9bab75 0.04 MB 76 112
Previous 10 blocks ↓
Total Size: 768.97 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,615.71 GB sent, 92.68 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.