Memory Pool Memory Pool Refreshing

7,318 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (571,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,067 336,067 00000000000000001ad02a0bcc6296e29715a13a993dbfabde7d454380efc8d2 0.23 MB 442 28
336,066 336,066 000000000000000018f2b55e3c865ec6e5421a0f1886af99875f343342a81026 0.07 MB 141 25
336,065 336,065 00000000000000000daca07a0bfc8c82907987c208094c1e097ac085b1f579cb 0.11 MB 240 27
336,064 336,064 000000000000000009e6bf333267166b770ebcfc58fa6a7377e9d7f7f64c455a 0.27 MB 177 10
336,063 336,063 00000000000000000e32dd1fe947a1f25a77afeaa7e4d628ff7499398c1b5c20 0.75 MB 1,691 32
336,062 336,062 00000000000000000acb3636822da794fc0c27ffc34347a4197dbb118e1af934 0.06 MB 128 189
336,061 336,061 000000000000000010eb4034de0497893e9724beaa8ab4e42b2aca2274069ce0 0.10 MB 176 31
336,060 336,060 00000000000000001956106d0b80e1e80cee7304ca88bee84a1ffbcd5d5d33c5 0.21 MB 428 38
336,059 336,059 00000000000000001ae503a4581ca5d5e087592ee60e5c0891d03725264d2dab 0.16 MB 341 33
336,058 336,058 000000000000000009b8d4e72dd608e66afecbe7ed72b3872830f355f9758e66 0.55 MB 1,032 32
336,057 336,057 00000000000000000f92da9bc1e3b85cc1dabc11640000812dc5d21e61ad4d47 0.10 MB 196 43
336,056 336,056 000000000000000015bb764b7e751156b1e59750dc81a44a0a704dca7c0f4ca0 0.28 MB 591 69
336,055 336,055 00000000000000000a698349d720c6a768b5ee78fe2959ce26e1cae3d68d7ff6 0.10 MB 194 27
336,054 336,054 00000000000000000d4a30bd458c66dd755e76721dab4de941e86d636325fb6f 0.46 MB 643 31
336,053 336,053 0000000000000000184b33f4802e487685774221d7139e99ff16f79ef2476703 0.52 MB 1,086 39
336,052 336,052 000000000000000000e0026808a1b7bd11385545f131e07ac0f54eeb86bffeb0 0.01 MB 32 154
336,051 336,051 00000000000000001abdad1edf5028fbabdfc758406b3796a645be19d9eb2343 0.24 MB 381 31
336,050 336,050 00000000000000000c9656f15d91611129983be79d93f3613b6a1e4d8150e0bf 0.69 MB 1,538 38
336,049 336,049 00000000000000001568ec0581f857c2fd58ddfa8c7a5fd2624061b8f66f453c 0.17 MB 324 34
336,048 336,048 00000000000000000a4ce8ca11a2904ae2d2eb8e67eda9e7d65259cad546c5b4 0.12 MB 238 45
336,047 336,047 00000000000000000a25e1659abf3090b7c10024df6ed17719f9c4c7bf042fee 0.01 MB 24 25
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.