Memory Pool Memory Pool Refreshing

1,639 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,711 (719,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,844 187,844 0000000000000817c2257e536ffc60b1426f76f63427605dc2f03a514a5f20f5 0.03 MB 73 138
187,843 187,843 000000000000049795a64a01ad3b93fc8040d913d2b1446f5b5ed8e9d0dc3b39 0.11 MB 256 316
187,842 187,842 000000000000002fa21c97844f12edb03fa9cbc4df7b22644f520301d9ad4fe9 0.04 MB 143 152
187,841 187,841 0000000000000161b43cfa273edcb478bd27c59218620569ee125be53528f2b0 0.06 MB 98 94
187,840 187,840 00000000000002a5842f72a1d52706eeed724c2919146b9e07e20aa3614fb573 0.00 MB 9 0
187,839 187,839 000000000000014a4d96e11e07a266c31e16d724b204e459175c60603e134f08 0.00 MB 13 0
187,838 187,838 0000000000000378396a00ab2703301c3aa7e6771bd09198b2f505199dfeeaab 0.04 MB 89 68
187,837 187,837 00000000000000ca853e8e3faa30451909ec22db537717653b8bb6949fbe175c 0.12 MB 256 300
187,836 187,836 000000000000049cd6fbd99bc7027be6297b51144b7a315af6e219b25672c313 0.25 MB 613 193
187,835 187,835 00000000000005200e1ff6ffc419c672ae22900b42d82612103f72d12a6f4783 0.00 MB 12 0
187,834 187,834 0000000000000512df75382bfa0a441f1485b272420924b0bff48d0c1dc7ebfb 0.00 MB 12 15
187,833 187,833 00000000000001c95f56395973498cf409e2c1f84165aaca811ea180ab57b3b0 0.00 MB 7 30
187,832 187,832 00000000000005f109dc11dbc4c5986a8325bf2c47b17b8a632685de7d80265a 0.04 MB 91 138
187,831 187,831 000000000000023af62122273bbb2a44d7c80cfd4cc8389cd5546410ccf3c800 0.19 MB 358 166
187,830 187,830 00000000000001f0905051c08402eaa2fbba47796b0104f34f1e42aa6269eb81 0.04 MB 103 430
187,829 187,829 00000000000003fa61b0730c274b36a9974585a27d6fbdee156da0db1184afe3 0.03 MB 48 16
187,828 187,828 000000000000017858dc4147d16934d031cbdb62bb2da77d2a25b62d2acd69e4 0.23 MB 478 130
187,827 187,827 00000000000001aeceb6762e33bb6fbdbdb75b99f229992d99f726286bfef6eb 0.04 MB 92 84
187,826 187,826 00000000000005e4b4417bfb0654c4b193a9da4aa2c7a5fc45b8de7e74da108d 0.03 MB 102 5
187,825 187,825 0000000000000300d9fd40ce1e7845b4458d7c455f4330cd90274e5fc71e392b 0.21 MB 512 148
187,824 187,824 00000000000004449ded91f37c7d702b11e92852c3403694592cb5db710a0f95 0.16 MB 342 277
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.87 GB sent, 92.83 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.