Memory Pool Memory Pool Refreshing

5,878 transactions
1.96 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,740 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (678,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,857 228,857 00000000000001c69a137b015d5875a1cc7e0652c97dbce096ed0ab3a5371f41 0.04 MB 128 272
228,856 228,856 00000000000001764afee197e3987343f1cbf18f6bfe31df8884bc71cd9e12c0 0.12 MB 251 137
228,855 228,855 000000000000016e3d57275e2bd65caed4881cfca4694d69b2932269d6110c14 0.15 MB 129 80
228,854 228,854 00000000000000f2b15497a7aaf0bf8e6656e87109de7ed2850bcbd7076920e2 0.08 MB 180 148
228,853 228,853 00000000000002045043520df80cd48486dca58afc681073541a189d01bed8ee 0.20 MB 380 190
228,852 228,852 000000000000002c4057c31e1c50d6549a26063531a9bfa2f2873c51fd406bcd 0.16 MB 376 180
228,851 228,851 0000000000000241adea1fb76588b288e4194e93c790e381356cfdf651b01599 0.47 MB 967 182
228,850 228,850 0000000000000163d46f0f245417fc5bd28a1b27e59d7d6cef87ed3be66fd35f 0.15 MB 245 109
228,849 228,849 00000000000001f2b2c68eb3c9929dde885c19f88f08901e328123b92eaa7a26 0.25 MB 501 142
228,848 228,848 000000000000013aa15af9211abf9a95ed4afea0a745a99b9841d599980d3af1 0.09 MB 256 236
228,847 228,847 000000000000021d16d3bc05a1e2ffb11ab85044b577c4a48edb1707c44f1806 0.39 MB 838 177
228,846 228,846 0000000000000006b5a0a3110f8e0c53f26de5679c2ca4eb71d07481aa9bd530 0.18 MB 11 50
228,845 228,845 00000000000000908f1bb5d3d992ca79d79cb3ca992fbbf288a6617c80d76def 0.23 MB 369 130
228,844 228,844 00000000000001ef4bcba25de65f6be9703745e522fa42c5ba2f589e3d3217f3 0.47 MB 145 57
228,843 228,843 00000000000001d18f3ed24090950ac6afb6cb74b6bf58a06776acbf5fcd9afa 0.50 MB 740 129
228,842 228,842 00000000000000480a7a9c9cd5cdc4bc7f5c19c3c3dfa9a52bf807abc2b32cc5 0.07 MB 187 98
228,841 228,841 0000000000000270d5c790e55ca151c0f3374ca9a4cbc8bacbc5cfcb9fbd115a 0.47 MB 886 145
228,840 228,840 0000000000000066ee7b1331add3e4d67be2de58093008b0990b0f3f64ab1130 0.45 MB 800 131
228,839 228,839 00000000000000c0c3be46e62a6006311baacaa80e31cb102ee8d4437361443a 0.49 MB 527 136
228,838 228,838 000000000000007d1a26d277ca6c68087ad7816ecba6495b7e215ab977ae681f 0.47 MB 623 118
228,837 228,837 00000000000000bdb4bad04e5d35108309fea5595c013d706f444ec6a003c562 0.47 MB 423 108
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.