Memory Pool Memory Pool Refreshing

2,191 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,880 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,145 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,879 (708,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,382 199,382 000000000000020c18db2ce5f54b8a6cc4be24787b27fddb118193ff2390d655 0.01 MB 29 241
199,381 199,381 0000000000000180bf31c2a8c70b1876a68c83b6f80b3633311f70ff76a8fb09 0.04 MB 54 126
199,380 199,380 00000000000000b5d50ae5e6ff402da98dd4cc50c47836c4c7af4f0cf8add035 0.05 MB 65 70
199,379 199,379 000000000000024a903f7b6441712386aae35d1e5d6dfddd279c75770122f213 0.01 MB 21 114
199,378 199,378 00000000000000b1034c2720331b491c3e04869156b745d6c328d3991387474d 0.14 MB 341 256
199,377 199,377 000000000000048d692deeec66a360e68f09d14d242fb54d46d1605c3b9802bb 0.07 MB 128 139
199,376 199,376 00000000000002d900d091846afc6107f2f578c85fd2ea75e1d789b26825e847 0.07 MB 149 294
199,375 199,375 000000000000059a3193922de706c1bb89b1c536c6933dabfb1bb2d1a680ea00 0.01 MB 32 145
199,374 199,374 00000000000000246a795d9c8245661cb6740125e8b8e6def218f3dfa75c6806 0.12 MB 302 361
199,373 199,373 000000000000028a5ae3e9f75162a6ec8bffe684e4f9b29cbed8d16b69aab79f 0.08 MB 191 115
199,372 199,372 0000000000000371ad1736bbba1bc700f9e6629f03934245faa7186bd1dd4170 0.23 MB 536 263
199,371 199,371 000000000000017cfc82dfd6c759521787fa3b0f138acab725f5262a73f84dce 0.05 MB 148 158
199,370 199,370 000000000000035733851900df492f04553001ac5921795995586896ff53498b 0.22 MB 602 224
199,369 199,369 0000000000000085647c9d7b18d09c3edc22a315d875dd743b9bb79ec3aad3ee 0.09 MB 203 172
199,368 199,368 0000000000000603e5b2449b511c6989701f4ef6c18bf060c02155f7176cbd30 0.01 MB 14 55
199,367 199,367 00000000000001d4d2f9876b92be2b77ae8fb8b2c8caaf7d187036d79e05e53d 0.00 MB 7 194
199,366 199,366 00000000000001a10e402c70a45fec7d939b2baf6f09db75434552db2f06aa7a 0.01 MB 31 65
199,365 199,365 000000000000049ba49611a24a89fa4cc35a9fc597a8efe03a382e166d388b47 0.10 MB 233 199
199,364 199,364 00000000000002f35da69e94b9122a1aa0c5e36f7d5f00e8f6a957b8fad71ab5 0.01 MB 30 126
199,363 199,363 00000000000001b9026ba1840cbdfcd5a4d72939e57e87a8b429210cc7743c23 0.01 MB 35 155
199,362 199,362 00000000000002264b09083b7153f3bf3732fd2c9ec16bdeddc5dcc3ade233ef 0.02 MB 68 233
Previous 10 blocks ↓
Total Size: 769.31 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,642.95 GB sent, 94.54 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.