Memory Pool Memory Pool Refreshing

3,260 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,723 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (165,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,729 742,729 000000000000000000075960b86cc605ab275d200ad7cea193b2f9c4b935c75f 1.09 MB 490 10
742,728 742,728 00000000000000000002e0206ddfd1c8ba22af076fb221829ea0854969e30845 1.27 MB 1,596 19
742,727 742,727 00000000000000000000063a1065184f802038829396c38f67056c56f627ab89 1.32 MB 1,084 5
742,726 742,726 000000000000000000048e344750174071c1098afec900f7011d841fbb463847 1.51 MB 2,942 6
742,725 742,725 00000000000000000006a097a5c141276bad6ff053fa4a1c1a235bacc73a8dab 1.54 MB 2,557 6
742,724 742,724 0000000000000000000411ebdc7ae7d32690de7dbfe3f405275d88c018170150 1.54 MB 2,795 15
742,723 742,723 0000000000000000000066166517f1fe22ecbdd980e988f213491ab0d06d9ee6 1.62 MB 2,293 11
742,722 742,722 00000000000000000002ea676a94143f5dd690df555e38934741de2a8ec9cc9b 1.51 MB 3,017 22
742,721 742,721 00000000000000000008c70cbbaf03de56c978cb60f6db5d5f66eb564ec4382d 1.51 MB 2,986 17
742,720 742,720 000000000000000000052e9ae539663ee328be1f743246ce669bc839f46e8649 1.52 MB 2,710 15
742,719 742,719 0000000000000000000202a4488a544ee6644a4c7f8d0dfdbd54145e9393d8fb 1.51 MB 2,600 15
742,718 742,718 00000000000000000008748bb52756e67b5f040d7b63d5ba7013cbff09a410c1 1.27 MB 2,031 11
742,717 742,717 0000000000000000000761f85637ca91386629481b86b3361f57ce15fb16e329 1.40 MB 2,232 8
742,716 742,716 00000000000000000001bd18adde91a6b8f1fc276b10fa8cad0ba1c91aa5adb8 1.55 MB 2,839 12
742,715 742,715 00000000000000000007aed3ba3ce00f8c4b1125b401ca87a4d94ff02cbe5b24 1.88 MB 2,452 13
742,714 742,714 00000000000000000004d5ddd49f40839c3cf52b2e61379df2d5fece0413cc78 1.66 MB 1,928 21
742,713 742,713 00000000000000000000f79e9d86fe6f90af1f2eb89216cbe4f54cf900e7e3c7 1.46 MB 2,976 28
742,712 742,712 00000000000000000007124e9d8324a6ec2d357b0978d8a37fdeeda2fdb757c0 0.60 MB 598 8
742,711 742,711 0000000000000000000760ccbc065c831cd95d8f8580d42f9a33c6f83b2e63a9 0.00 MB 1 0
742,710 742,710 000000000000000000068c2bac23233065f855df506c1c210352e60ad31a9362 0.57 MB 657 6
742,709 742,709 00000000000000000006dc8ae5d3767566d2bf046e2b22e9d4bd2152302de5bd 0.71 MB 1,068 8
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.42 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.