Memory Pool Memory Pool Refreshing

4,997 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,680 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (538,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
369,805 369,805 00000000000000000aac420afed8c5926fbd803be486aa2c9af8ef3500a6f1aa 0.43 MB 630 30
369,804 369,804 00000000000000000dd060de091963aed896d88225a5f3b8806549f6c7fb7683 0.16 MB 169 21
369,803 369,803 00000000000000001409b31ad02935eb38dc1f5a50df63e2dc56c04fe79ae7cc 0.05 MB 66 22
369,802 369,802 000000000000000007c272f891442dd21743c52dd0c2661d5101690a33d0153f 0.28 MB 556 35
369,801 369,801 00000000000000000669caa15981b627cc55bbe944b3457c6ed39715d453d433 0.16 MB 262 30
369,800 369,800 0000000000000000086bff8e03884ca9b250e5a2bb94fd74b335e993e5a0a258 0.40 MB 603 31
369,799 369,799 0000000000000000035065cce6b13fd5833ad493e9e2db7e7de18ffdc07f018e 0.35 MB 718 37
369,798 369,798 000000000000000007e0b4c8517fd3c2010b463561b35e6b893a27acd7b803ad 0.12 MB 172 26
369,797 369,797 000000000000000009da88990429a00b7965a6f6ac11a15660cac84b4a3dbc06 0.33 MB 652 29
369,796 369,796 000000000000000003e292527c700841cea12d0a3ff88772ed448ecb4c8235c5 0.72 MB 1,457 37
369,795 369,795 000000000000000011f5fee9e08a25ec0da89636d61457fd6a232d85b7d022a6 0.38 MB 730 41
369,794 369,794 000000000000000006e5bf5ad99da09afbd474586fe9788066a9b40428a81145 0.12 MB 154 21
369,793 369,793 000000000000000010ff3549d85b71a0b152e8bc2e2f25ba13d70b5bd7b4e3e8 0.25 MB 558 41
369,792 369,792 00000000000000001025455cbc68849545faff6e1327d0b3d2ec4623a559868f 0.25 MB 445 32
369,791 369,791 000000000000000006c589d5cd1050b79a7941abff48bbba4314621767476102 0.30 MB 523 32
369,790 369,790 000000000000000001e5516db9d37db69bf78b243056654ce6c07f925ca8d45e 0.09 MB 90 7
369,789 369,789 0000000000000000011e9a24d9e009e5f3ac6f149ef35927b77d248722d5932b 0.79 MB 1,720 51
369,788 369,788 00000000000000000f9585540f1605d42a88660e215e9146b4af9b015f44d3c5 0.33 MB 595 46
369,787 369,787 00000000000000000fb20264fcfabebc05c1a4a0d85cd5edebd9c02332d14dd9 0.24 MB 456 42
369,786 369,786 00000000000000000cb12695ab550918f0428ff7e45e17c042413ffb92d7b3b2 0.13 MB 242 39
369,785 369,785 0000000000000000092918f086adea30cda4e2bedc61c7dcec6a0c97c4450131 0.18 MB 305 36
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.