Memory Pool Memory Pool Refreshing

3,287 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,812 (732,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,117 175,117 00000000000000031ebbf946ecb7bb5adfffb165ee770dd04477ad04482d6176 0.02 MB 39 166
175,116 175,116 00000000000002e5e456ebebb289b51630a112c4a4cad092faed82ee741e42d2 0.04 MB 112 146
175,115 175,115 000000000000065e94454691f016a87de62dacbbd7f286ea7eec76d085963508 0.01 MB 9 8
175,114 175,114 00000000000004ff0498c01868f7515874554ca4faec5d09a39698ce5c0e978c 0.01 MB 17 33
175,113 175,113 00000000000007bce2c53af52b2fa04af5f16d49fa98ffdb00ef2fe5ffc02df9 0.01 MB 18 74
175,112 175,112 00000000000006e126e9011303e8a037f4792373091a3cacafc22f3e1fee0eb2 0.02 MB 71 208
175,111 175,111 00000000000003f46bccfe84dd2f45d33ab90d21a6cf55ca5733473f321e4d42 0.03 MB 51 71
175,110 175,110 000000000000064dd745263a69ef0a563a2605f3b154a4844c590d336ef6165d 0.00 MB 7 47
175,109 175,109 000000000000032697d503c3aea7dc7872ff3b9ff35c431dc18e28c0adb7f307 0.01 MB 25 47
175,108 175,108 000000000000005b8af98eaabc060092b069ca6440a0ff6dce073ada4a9c469f 0.01 MB 30 43
175,107 175,107 0000000000000865b9ff696fcd3851df640d08dd9dc72cf340f740d7d078b4c0 0.03 MB 64 66
175,106 175,106 00000000000000d4c6ef6087615e76e58971d9e3e8db536a0728b7bd990c63ab 0.04 MB 126 38
175,105 175,105 000000000000042953b01e1a257ae3e8a7ce9dcda43c73308b7159adb51d0c21 0.03 MB 63 73
175,104 175,104 0000000000000122afb955a8738e4eebe0b612071f3896ee39cb86b006779b68 0.01 MB 34 119
175,103 175,103 00000000000005f3de82900ffb48a3cfd0f22066aaac1f616dee3b7f973132ae 0.04 MB 112 94
175,102 175,102 00000000000007d0b884ab10234d090d8d1f6397aedbc2d8154391dedb47bbac 0.02 MB 52 228
175,101 175,101 00000000000004ceb4b720e6ddb18ba904ceee498d0fb787689a772b0d4ffe2b 0.03 MB 58 170
175,100 175,100 000000000000075476a5db4772d42c0292efd6e483a132c86ec743b65ac33319 0.07 MB 167 75
175,099 175,099 00000000000009fa8aeb24cc24a69f6312ff873e9fc22267cc9a84e8e1aba0e0 0.03 MB 84 42
175,098 175,098 000000000000095d7bddf591b0aab737e04ec193f01a1d5f4bf1dffaf3fc99bd 0.03 MB 53 87
175,097 175,097 000000000000080f5caeb8f3f386c91969e59ca1324ee4240cd6361cf7c81b16 0.03 MB 53 43
Previous 10 blocks ↓
Total Size: 769.19 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,633.67 GB sent, 93.88 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.