Memory Pool Memory Pool Refreshing

4,932 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (69,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,260 838,260 000000000000000000016bf4be2c74cd1469b844fe5980b3f43d2e28ac302df1 1.96 MB 4,380 8
838,259 838,259 0000000000000000000107371f30cc9ec102eeb6704d1aeddefa823752928a92 1.72 MB 3,301 8
838,258 838,258 00000000000000000002a7f44af3ca1aae37d56ccbcfdd0f9de2355483d6cfad 1.65 MB 3,159 14
838,257 838,257 00000000000000000001b93d3493f57da7b19531a4bacbaba3481a2868f67557 1.71 MB 3,590 10
838,256 838,256 000000000000000000025770c2dba92534849f2c4da1ca5a0f9d0c964289bbc6 2.30 MB 2,486 6
838,255 838,255 00000000000000000000d164b422ada5868172eeca462a4d187564d22d250079 2.64 MB 1,871 8
838,254 838,254 00000000000000000001e48b315a28b6d8a44dad37ac30a10aa855f3755b52ae 2.45 MB 2,060 10
838,253 838,253 00000000000000000000aacbb99a059cf7f1f3d976fcf55f55f70e73cc89be26 2.67 MB 2,329 8
838,252 838,252 000000000000000000024ba8dce50a1008cd1aafae8617050355ad5f5d0797f7 1.99 MB 3,730 10
838,251 838,251 00000000000000000001468c7af829481d1b8073ece842739052fd3455474257 1.68 MB 3,264 10
838,250 838,250 000000000000000000003d79a9465022b7a81122dd037fb9aee24388357c44bf 1.82 MB 2,732 8
838,249 838,249 000000000000000000025dcbf11c4aea1a3ac90c52f8d7bb14ba278d6e6d4524 1.76 MB 3,158 13
838,248 838,248 00000000000000000002a20efbec58c4410735260a87f06d31be7c2d0157866f 1.92 MB 3,717 10
838,247 838,247 0000000000000000000299a3dbe55315384eed04f9a07674f892c12e1a20aae3 1.60 MB 2,824 11
838,246 838,246 00000000000000000001c6369da86ca0555e56acf29ee4af46f55b1aae94c393 1.70 MB 3,468 12
838,245 838,245 000000000000000000030d36685dd1b340716c27b1d8d7ba2791d05234db628e 1.67 MB 3,161 13
838,244 838,244 00000000000000000001c826425edf2633698b55692ebf966a23c96c02d0a1aa 1.53 MB 3,009 21
838,243 838,243 00000000000000000002195fd171d9544aa6c3f1d76595c9164a23bfd66b5008 1.90 MB 3,016 10
838,242 838,242 00000000000000000002bc2e5320c65ff246c6eec83db25d0906c26d99139357 1.41 MB 2,241 18
838,241 838,241 000000000000000000004e2a417ae3704b9ae98185acfc9ac52355b06af31139 2.01 MB 4,840 8
838,240 838,240 00000000000000000001fc688e83d0e9d4bbb04c11166001b6c0c5013a78c08a 1.83 MB 3,058 9
Previous 10 blocks ↓
Total Size: 768.98 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.73 GB sent, 92.69 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.