Memory Pool Memory Pool Refreshing

9,219 transactions
4.24 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,617 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (745,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,227 162,227 0000000000000460a51e5df50d386b1aa3e5f021d145a7dd7c3afa60d21bdaff 0.02 MB 42 91
162,226 162,226 00000000000005c761ea32be8f6d2ab89f28146cbbef1cf1619dd90fbada98fa 0.03 MB 76 188
162,225 162,225 0000000000000691ffed878e831f24cca5298c9e02d45d4556063683c8bf7d80 0.00 MB 8 89
162,224 162,224 000000000000035abec8daff807de40508973e1304cffeb4814061f5411c363e 0.05 MB 99 382
162,223 162,223 0000000000000cff7d9f720a18e8f3ec08e99594f31cb6a2a931469f6b5e99b9 0.01 MB 27 135
162,222 162,222 0000000000000867d66f8ea17cac80377521e41ec064c46819fa651f29337fb9 0.01 MB 35 220
162,221 162,221 00000000000002c74e0e1af0fb25ee7381431b67c274cc963d34ba49782bd768 0.03 MB 16 59
162,220 162,220 00000000000007d0461c1bc796081360147915e1e8ebaf34a16cbafbc1e2ed1e 0.02 MB 52 195
162,219 162,219 00000000000002a1936d01f2fcb19df9cb6ed5711359b32f5ea43ee4207cd361 0.04 MB 113 458
162,218 162,218 0000000000000191906bf85bd5cbc6563b790f74732231c1f1266e709d07704e 0.05 MB 80 284
162,217 162,217 000000000000086fc9bd9fd392ef41bec20c70bdf07326cbe55cc84ea527b3e3 0.02 MB 45 798
162,216 162,216 0000000000000342e546cdfb1272dc661aba33999c5bed30347f39412c236c64 0.01 MB 36 621
162,215 162,215 00000000000006f9dab0a06df8d8d636c56c7ed4eceaf2fde9d1ea533aebf9f7 0.00 MB 4 370
162,214 162,214 00000000000002afe15f6666e9bcaad1140e678212b919fa4a72e70fdfea3f2f 0.04 MB 80 222
162,213 162,213 00000000000009be47505b4fdeaaf0fdee9f4a718c20b0322c61ded92fd1f1e3 0.02 MB 70 85
162,212 162,212 0000000000000936305a5191fe00b7f10bac6c67c2b9dcdf6e694d2611241c02 0.06 MB 97 669
162,211 162,211 0000000000000790a8e4d22b75e8a580055caabd2f8975e9c345d0e38a1a858f 0.03 MB 66 233
162,210 162,210 0000000000000447c0ec852b33eb7dd26782f7fd255ba0986f8f5843099fbe18 0.00 MB 15 276
162,209 162,209 00000000000002a566b7ad7dd74f0f8be08acac6140899e47f01cf929a5d5b93 0.02 MB 40 1,125
162,208 162,208 00000000000004a85b0ccb1fd89e206368eeb5615c47ccde19ecd09623d3e081 0.03 MB 73 516
162,207 162,207 00000000000003385853b24f5413d31a7b77600a0a6549a3cadedd3dea7f78a4 0.07 MB 105 63
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,625.22 GB sent, 93.02 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.