Memory Pool Memory Pool Refreshing

322 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,759 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 310 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,758 (601,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
306,099 306,099 00000000000000005112a8adbac0cea2378191eb120757dfc10b84158ec80cc7 0.18 MB 252 24
306,098 306,098 000000000000000023b38671c7e3b9f071613b854bef4217c75287d17aede89d 0.10 MB 256 42
306,097 306,097 0000000000000000094780b58fb231bcaaa9daaabb6d39dec27ebcb8fe197a0a 0.24 MB 346 23
306,096 306,096 00000000000000004416e4824a77d399cd576b7eb693f2f6f79b3714291dca3f 0.27 MB 364 24
306,095 306,095 000000000000000008a377ae79e40430934a9404d0f895109a6cf34971ad03a4 0.31 MB 370 21
306,094 306,094 00000000000000001070d6cc6de2376dae1cda9a2912440b274fa7439c2ace2b 0.25 MB 603 38
306,093 306,093 000000000000000032fda840f373870064b048d577744b152e362da810f6d8ca 0.03 MB 95 28
306,092 306,092 000000000000000051ad958d19d95da2fa5bceabec149f7981283d843c90a94a 0.33 MB 602 28
306,091 306,091 00000000000000000bba19d3359d85d6fa5de5c6c2013b3f231c01a2011f3c90 0.08 MB 142 30
306,090 306,090 00000000000000004085bbb278cef95fc711604723427fa56a045a76e9535236 0.01 MB 24 17
306,089 306,089 000000000000000052f6c31519400318785eac4b6d8d36e7361e585620c11c8c 0.13 MB 248 29
306,088 306,088 000000000000000058ca7ee3a40438ea5a96e499910638352468c6d69abdb226 0.02 MB 30 17
306,087 306,087 000000000000000012398a2ae4181fd055aba1e994328631a8ae4d811d531592 0.04 MB 76 27
306,086 306,086 00000000000000000ba6777ba2882c5962355980a22c2de260d79ace33500de1 0.15 MB 263 36
306,085 306,085 00000000000000005bf264d3b1ca1053ee7d86abcb501953dd17c30fb716a970 0.03 MB 68 30
306,084 306,084 000000000000000004e7864bad44af439b064d93150921f178f3b04c381a74f4 0.13 MB 202 22
306,083 306,083 000000000000000006a820ed78686a925efd00f19ea5a0ecf70e8633ee1102dc 0.17 MB 283 30
306,082 306,082 000000000000000048204c39a5a901257836f2b9856cf14399fa1ab9c09d3c52 0.12 MB 229 31
306,081 306,081 000000000000000026756fe5a6dc3511159a489207c015e51a62841edcd42e13 0.19 MB 278 25
306,080 306,080 000000000000000038659c8eb6ca0e3b197edea612a590b271ea9da4634180bb 0.47 MB 686 25
306,079 306,079 0000000000000000578c0d46cfef598e50341f6c8ee4fe85d52eb35da5084968 0.16 MB 211 25
Previous 10 blocks ↓
Total Size: 769.09 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,628.35 GB sent, 93.35 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.