Memory Pool Memory Pool Refreshing

34,300 transactions
10.99 vMB
Show Random Selection Loading Transactions
Max Size: 64/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
13 sats/vbyte 2
13 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
905,872 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 4,373 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 905,871 (97,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,240 808,240 0000000000000000000214540ca51c6d59744b5657c16e99c18772b3bd89c6e6 1.99 MB 5,524 23
808,239 808,239 00000000000000000003c901c8a054edeed5d1283a64d662d096d821513057b2 1.37 MB 2,144 28
808,238 808,238 00000000000000000001912fb900574e3460d326adcfdd715b09a0dc8f5eaad1 1.57 MB 2,953 27
808,237 808,237 00000000000000000002c3adbee9e4d1f505298a05b5bbcb9a1de96c776a3b5c 2.16 MB 7,080 21
808,236 808,236 000000000000000000013c314fa65e8a519b9d9e03af5b1afac3d18f25728c62 1.44 MB 2,561 21
808,235 808,235 0000000000000000000250b83f30d8b15d441cf9a9187ae07d1afe86cd2417dc 1.79 MB 4,577 21
808,234 808,234 0000000000000000000030800879d630c9b4d949b4e51682198333669d48dac8 1.93 MB 5,558 24
808,233 808,233 00000000000000000000b9e248d65d88a5de1b0dd6684a6fb85f6eeeabc8b974 1.87 MB 4,660 24
808,232 808,232 00000000000000000004ea238aae4b04cc51b816f5770654783b00fb7a0e7a85 1.86 MB 5,120 24
808,231 808,231 00000000000000000003333e378609da3996237b8ab322e3931753073f0f8fed 1.64 MB 3,856 25
808,230 808,230 0000000000000000000124b4051931da1ed51005e6ca5dfbdc2971b62b389b90 1.91 MB 5,258 20
808,229 808,229 00000000000000000002bf2a7ce94ffff2d761f954fca22ac6a6434484d91043 2.01 MB 6,038 19
808,228 808,228 000000000000000000045e911f1c3a74f92b56db45a2da5bd6f828e1e07ea408 1.56 MB 3,248 20
808,227 808,227 000000000000000000012fc79b0bfa92ec5080fc36d7636af56d1fce84990f2f 2.18 MB 7,281 20
808,226 808,226 00000000000000000002fbb7734ee3ae387848c63299d4cedc1d846b887cb5d5 2.13 MB 6,972 20
808,225 808,225 000000000000000000044b1f8b4d116d2986219beacb2b7ad33a2dc202be0bf9 1.92 MB 5,614 22
808,224 808,224 00000000000000000001a2dd3b617a4df624e254c187053aba7707f7e55e279b 1.84 MB 5,122 20
808,223 808,223 00000000000000000003512f6e2e071d4720cb64bc72bd040318e74f6fbadb5f 2.18 MB 7,261 21
808,222 808,222 000000000000000000026122888af3cd4ab5b72be05f3f71fc86ed624d7a7a46 1.49 MB 2,598 24
808,221 808,221 00000000000000000002b7ba572cbf3d2e361d05d6dda744996b47b93a544bd3 1.88 MB 5,282 23
808,220 808,220 00000000000000000000147deecffe39fdf5feaffc1410f1412ea928d97a2838 1.36 MB 2,374 24
Previous 10 blocks ↓
Total Size: 765.70 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,363.41 GB sent, 75.85 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.