Memory Pool Memory Pool Refreshing

11,677 transactions
3.90 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,990 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (717,556 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,126 190,126 00000000000004b905383d2ad1582e26c2e2a873220391c6f0ac18827dadd5bd 0.18 MB 377 112
190,125 190,125 00000000000003787af94306e200f52093781974b17b02a7bf4e4aa778d6bbd3 0.05 MB 128 296
190,124 190,124 000000000000015001429f53066df50c4f2714e7a63979699f5d05d55b3b0c94 0.09 MB 206 100
190,123 190,123 00000000000006b07b4671c51672f778815181b78b70e54dd2ddf0abfcd0b2f2 0.06 MB 122 118
190,122 190,122 000000000000057c90ce63b02c55c72c6ad7a45b243d4836c99cf89197030c6d 0.25 MB 621 250
190,121 190,121 0000000000000165025293b6b757ad06713a123e0faf0d449aecec386fab6acd 0.03 MB 97 21
190,120 190,120 000000000000081c57b8f974a26d9e3345a6020429abab322b74abab7e5fa57f 0.25 MB 689 73
190,119 190,119 000000000000058793f4ebca9c1031b204d77aed4eec19c9de2b7e251a6add68 0.07 MB 175 165
190,118 190,118 0000000000000306a7b7119298be35a7d00d042461b1ac66a810bd58ea727270 0.25 MB 512 170
190,117 190,117 000000000000020cbf90f3c973d9a7883ac303d1b27e983722fc51096c30f3af 0.03 MB 97 203
190,116 190,116 00000000000002b4dc570c1634756cf94fec2e6d07a451b40f68b3479fe550ab 0.25 MB 609 170
190,115 190,115 00000000000004469e4e3356eda330c04e021c242e9a7aba9013187db64ecc76 0.05 MB 127 165
190,114 190,114 00000000000007f614d1125d5290e17c87945515ad10c181153449e3326e0f9c 0.01 MB 30 64
190,113 190,113 00000000000006524495cbcc4ce8e73853b2ca140cb3a56afc89d767e1f1e700 0.05 MB 121 30
190,112 190,112 000000000000057af2e3da0c2e97d41dd496ae0acb91b631eca8427b36a7646e 0.21 MB 512 214
190,111 190,111 000000000000020341ea98ea6e88f9298aa2b0f99e07814565bf0f0beb26ca38 0.05 MB 126 237
190,110 190,110 00000000000006dddbe969357934fcaabbf05f879a0742c5f052400f39326065 0.04 MB 81 122
190,109 190,109 000000000000019c65ca5bf0252212ac00763e16d6717e1659b7fbdec084f288 0.07 MB 178 192
190,108 190,108 0000000000000135d5c080bf281637f0ab50af5a64f7ac936b092d82d70b5680 0.04 MB 87 51
190,107 190,107 0000000000000506cbbf55f809af68704b009fb1ab9e3ee4dcd0d4f55a8a16c8 0.20 MB 471 135
190,106 190,106 00000000000005daf716ead14eafbea64dc95fcbab62be7101b5254edc6e7f72 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.95 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,614.46 GB sent, 92.57 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.