Memory Pool Memory Pool Refreshing

2,884 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,915 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,773 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (701,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,620 206,620 00000000000002439ef818a955282dba2985335479b4ff093eedb79f9e13432d 0.06 MB 154 182
206,619 206,619 00000000000003171729b23feec8b284b4cea3ed7972f6c63273c3aebeafeb51 0.16 MB 372 196
206,618 206,618 0000000000000437f2662c97cc69b9ac64bfa8c00074b723e46145dbee9d0ee3 0.05 MB 142 180
206,617 206,617 00000000000001bec191bc63ca07082b1ecb30850ee4078aa76de8dada47969a 0.07 MB 154 167
206,616 206,616 000000000000035b4a0221d805737209bc05ed382dc8b491d4adadbece33c9f5 0.09 MB 209 177
206,615 206,615 0000000000000236765505907007fbf6cc0d2de33a1b26aad2cc258e2acff2de 0.24 MB 648 234
206,614 206,614 000000000000026ea479ce7585db76c170190fce7bc46c0406767523d1846e96 0.01 MB 41 110
206,613 206,613 00000000000000e82a4a94e606d61f559c61a682a505e560f5647f4294543ef1 0.07 MB 161 107
206,612 206,612 00000000000004ed68744522743f161216b4d2580494e8df979bce10952cdec0 0.13 MB 309 187
206,611 206,611 000000000000031611e400415d33dcb40bc75dbaa8013292be91b5de4146c965 0.19 MB 352 162
206,610 206,610 000000000000031f8f3876298aadf494bfd1c97648a3d2d6f1d911e01b205af8 0.32 MB 556 110
206,609 206,609 000000000000028678f8347adcc35e05a86e2017801ed73cc1a91434a22a292f 0.10 MB 245 162
206,608 206,608 00000000000001aef67d25b02468259a29ec5283b1808de44581778ad17dd1dd 0.08 MB 157 159
206,607 206,607 00000000000001eb536d8305ebbb60a008027684935fd8d98d2bc0fa757295da 0.01 MB 26 183
206,606 206,606 00000000000003d82b996b32e8e04159646f95fe3cc823fc030c17a744804186 0.00 MB 1 0
206,605 206,605 00000000000003aea4d6590025596b3b29ba1e11bf109679cb702570bb5116d2 0.08 MB 180 143
206,604 206,604 0000000000000052ff0915fef8c1144e4a16fe380cf416c991e96a230871512c 0.07 MB 152 425
206,603 206,603 000000000000005abd72fbcb070aa64657f2c8ef2131a1180a514d2d2a6f4275 0.16 MB 438 212
206,602 206,602 00000000000001eae061e617ae656a01af53129515153277f5896e6a8efd3f09 0.08 MB 221 187
206,601 206,601 0000000000000316efb68a55ee90c8fec40eff4d19516d7ae66e827ff5de356b 0.10 MB 127 86
206,600 206,600 00000000000000dae61e24e97f76c29b859e81a001d113b8a1db39b4c9b40a07 0.13 MB 264 141
Previous 10 blocks ↓
Total Size: 769.38 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,644.16 GB sent, 94.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.