Memory Pool Memory Pool Refreshing

881 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 878 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (765,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,060 142,060 000000000000050b1e4e2cd2889adcf155fd76695a9facaaef7afd8085ace665 0.03 MB 76 148
142,059 142,059 0000000000000866424c3d9b4440d98422fea35444d0c40ad7eafc7e94ffc6cd 0.03 MB 80 161
142,058 142,058 00000000000004e4a48e05cb48f49216bb049b4fba2d6c8777a9679766012cd9 0.01 MB 29 157
142,057 142,057 000000000000011fe7cbb7550967ac313f8cd6f7cd07eb8f11ee6e2f126324e1 0.01 MB 48 12
142,056 142,056 00000000000003819c8781e16298f25b748f08f1fa61f58ca9b232a810e41eab 0.00 MB 11 0
142,055 142,055 00000000000000ac0d939202c6de5f50ad426841fcbd6d7f9c3df4f6591a47e9 0.00 MB 10 559
142,054 142,054 000000000000054cd8e9563afbc71910854841af9f3772ba365c53cb5b03acf1 0.02 MB 27 104
142,053 142,053 00000000000004a3b7a2c5e6d1e5e18f955ef334d45af00c8c31c374dd29d8f6 0.01 MB 22 238
142,052 142,052 00000000000001ea0403eb1ad56f972611b9be80c7bd9ed484e1131534429db0 0.01 MB 44 246
142,051 142,051 000000000000039ce86a4f7e7fc9794b8cc00e2f6f4a97283a7619167e38441e 0.00 MB 18 568
142,050 142,050 000000000000078cf63f6c964c24ee6add777c23cf3813db9c8396c7c8928cbc 0.04 MB 101 120
142,049 142,049 00000000000006772885430f5049ab3915f7d59226b4e6fd515dc1c51e60b7a7 0.01 MB 6 40
142,048 142,048 00000000000000f021cf8282bf1aa116ddacb150518fcfb1e4c76ae79b7898e8 0.05 MB 145 75
142,047 142,047 000000000000082a0848f29a0691bf085d28a2db092aa73928c3a6f1170ac627 0.00 MB 14 235
142,046 142,046 000000000000082143fc8ab42796c194e0725210a2fb785a99d7b7c9e35cc86c 0.01 MB 18 266
142,045 142,045 00000000000000a220677110430ba99b514c86b0ceaccd2b840602cfc2ed5aa9 0.02 MB 40 52
142,044 142,044 0000000000000663808b405c70d185441d320ad4d76c75d2f448c57d66e05845 0.01 MB 23 252
142,043 142,043 00000000000007e69e731c27904dfb9d3df6b8209f96c0b70756414d41c11c9b 0.02 MB 34 105
142,042 142,042 000000000000033ee71deadeb538e08963116d98cb2c6a20e4504c4f7b6acf3c 0.00 MB 6 45
142,041 142,041 000000000000089cd18bece8f46933a8f422d569ae1eb265cc292fd8e729954c 0.02 MB 81 162
142,040 142,040 000000000000090670561ac5bd5010187de12a188f322d71c91982d5d948fefb 0.02 MB 38 166
Previous 10 blocks ↓
Total Size: 769.00 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,616.61 GB sent, 92.77 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.