Memory Pool Memory Pool Refreshing

92,668 transactions
24.80 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
9 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,763 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 3,549 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,762 (700,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,848 177,848 00000000000001b377dbe5299d0d6ceeebe19a75ed6f600a195ccd5fe138dbcc 0.02 MB 46 83
177,847 177,847 0000000000000a3fb5c8a187304d8874b1a34dc50185dd7a2044068ca6caca6e 0.00 MB 6 43
177,846 177,846 0000000000000784d31ac1a63a12071d61cd878abf198a504f0db7a9e3376171 0.02 MB 46 202
177,845 177,845 0000000000000162313ae498672f542ca478b2dca196c1f03ba9878042d484e4 0.02 MB 35 91
177,844 177,844 0000000000000324047bbbd7f320fb650000489eafa30f5b295d2672de040f4b 0.01 MB 15 75
177,843 177,843 00000000000008e079bdbf89922db19a5d3d76c47b893b9549ce62a2ce105273 0.02 MB 70 8
177,842 177,842 00000000000009312266d2783aebde2278154ae7580e758e7290766b8766322f 0.03 MB 54 112
177,841 177,841 000000000000057e50d592d772c1178b6797aad79aad12383cde4558f3d6c591 0.02 MB 30 20
177,840 177,840 0000000000000a1c307a77665ddf1f7b5b49bcd1b68dfd862965dc7426510db0 0.05 MB 121 176
177,839 177,839 0000000000000725c47e67b4291f716fd870dc062dc070498facd3e20efdefe9 0.01 MB 34 29
177,838 177,838 0000000000000308f6aae35fb0cdd68cd0e87db2ba5ccc26719617e0cefff130 0.05 MB 102 117
177,837 177,837 000000000000019ac522d20c017f53155c6bd5be17a4b1375f9f50532a628abc 0.02 MB 60 5
177,836 177,836 0000000000000b075b93f3fcb5456ad0068b9e794d4fac8b6d22a2a5f2434146 0.01 MB 8 575
177,835 177,835 0000000000000372a270764c60b76aded3a8ef6876559f239c6209840a828495 0.01 MB 10 239
177,834 177,834 0000000000000328be47e9cb1c51a8ac23984da3e7f3666ca32e12a63c9eadca 0.00 MB 9 34
177,833 177,833 00000000000008e7c420033549e625d1747954dda5f75ceddc2b5d702b128f62 0.01 MB 28 92
177,832 177,832 0000000000000333e4bb8db089cf144711550084a483854e8d7d29423450e821 0.02 MB 43 161
177,831 177,831 000000000000016f6298207efa8a63c23c8523c34cd691e81865dde46ccf9c0a 0.01 MB 42 186
177,830 177,830 00000000000007a778ac084cd62a65934693d4493557ff84edc1b2581edb6f00 0.00 MB 8 81
177,829 177,829 0000000000000022b0af88e35aff74eb82afddf790bdce30648fbf81650b417d 0.02 MB 49 179
177,828 177,828 00000000000005408bb16f722ab72715dfa2982c25f32b745d23cebad74391de 0.00 MB 6 58
Previous 10 blocks ↓
Total Size: 715.86 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,518.54 GB sent, 44.64 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.