Memory Pool Memory Pool Refreshing

9,646 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,058 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (775,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,087 132,087 00000000000008c8c02662e2bbcacee345fcd2cacf282104beddb75977f4dd29 0.00 MB 9 1,758
132,086 132,086 0000000000001308d3dce48e12e6a26ec9f2d54320843f7c8be3554b70b65ddf 0.03 MB 113 302
132,085 132,085 00000000000003ae80f38d2005160c6859b6db65cbb0015a65f2c06fa5ec5569 0.01 MB 34 1,012
132,084 132,084 0000000000000e5e78ce8e80e2e82b33c9cb4ed9d33bdbaf511bcba950623a79 0.02 MB 41 592
132,083 132,083 00000000000006d0eb5ffc938736c0070d6005515fa94629655cb394293924a9 0.04 MB 154 46
132,082 132,082 0000000000000e16e7093dc280f4f916391901eb822c9b68c14b3923594bb7f6 0.05 MB 130 294
132,081 132,081 0000000000000a6775cc4147098ceea66a1213aa406814c971fceaaae5b18159 0.03 MB 116 2,493
132,080 132,080 000000000000022a46048c74f6e1c8f90df7cd22f12fedad3b53e023adda3cbf 0.02 MB 39 631
132,079 132,079 000000000000052202a59c400e308182a90f2a63ed5ee69480f8a722f32fa3bd 0.01 MB 41 1,820
132,078 132,078 000000000000032aea9e9c317596dfa7e6cdd096f7485b7431b49341713b8cf0 0.05 MB 146 201
132,077 132,077 0000000000001247e33404e1ea15048a422e1ba5d9b103d3895a1295e1ecbbe8 0.02 MB 58 823
132,076 132,076 0000000000000fbafaf988c88d0141cb9881ddb97ef8ab622851957208f55b8d 0.01 MB 22 264
132,075 132,075 00000000000007a9e5a6619276df7e5ae4796bcd673562d828e969a929e30d47 0.05 MB 131 104
132,074 132,074 0000000000000051e6f55385bce7d39804170dcaf2eef245d939d6c0c11e080c 0.03 MB 70 121
132,073 132,073 00000000000005482a0d583f42ae60100d9b33305accdcef299bd6411822aad7 0.02 MB 20 1,353
132,072 132,072 0000000000000d3a0229fe2852bb91ec9dd278a26bfe47f6ddc9715511d201b3 0.01 MB 47 1,040
132,071 132,071 000000000000027502383befcf0b3c368d98057b4580f7ed8994ce78737e0205 0.02 MB 41 1,006
132,070 132,070 00000000000004338b532c50a0c346a04e5bf55084b57dcf1a81b1162f1c0313 0.00 MB 13 717
132,069 132,069 00000000000003dd3327791877f9be342299a9b0eaa5e51bd6da2262af74a9d3 0.02 MB 39 443
132,068 132,068 0000000000000f37685289afa7fd37e14caa779986d6fbe4fe8889d8638be902 0.01 MB 6 0
132,067 132,067 0000000000001180688727d77f9de022b1dfdc79fd9a251ed003cc0dd757a229 0.01 MB 24 1,003
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.64 GB sent, 93.04 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.