Memory Pool Memory Pool Refreshing

2,086 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,062 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (600,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
307,273 307,273 000000000000000038dbe3ce6412b775207388c43f900a27ad6df0030f6ef440 0.55 MB 1,074 33
307,272 307,272 00000000000000003e0acf8b0a50acb405f5b04091fb29d849a88a08747070f9 0.10 MB 192 33
307,271 307,271 00000000000000003b8abfdbae9497ca12733a9a912bfbd6c86246ff70b74a14 0.04 MB 82 33
307,270 307,270 00000000000000003f8b4090b347bfc973e5b1862b7b90b68dea0c4de634dc98 0.12 MB 198 29
307,269 307,269 00000000000000003f65706614e4d03fe76360d379949672aafccb0ac7cdc10b 0.35 MB 550 28
307,268 307,268 00000000000000001b73e51a42e186337288f9b2a6ab53c3e5bb038eee96aa2d 0.10 MB 241 33
307,267 307,267 000000000000000012f8697497551b1860169cf471158a22d35bd269969dde8d 0.23 MB 370 30
307,266 307,266 00000000000000003b8a63a92459e75a149ce1482861be36dde7e6fef553f6c0 0.16 MB 270 27
307,265 307,265 00000000000000000c306f03c4ecf9a2d85c39557386acd94d390d4657d6279f 0.39 MB 681 31
307,264 307,264 000000000000000023c54e72558f996d4ca66e9b94a352105fd4a83a06586cdb 0.07 MB 142 26
307,263 307,263 00000000000000000f4bb6c214d0d797adf8c66a8d006170915332968d1de0e8 0.34 MB 646 31
307,262 307,262 0000000000000000422d52510ed216974eec56aea90e6be1feecf41f653d12b4 0.05 MB 78 24
307,261 307,261 000000000000000006987845321adbf1e589cdac40a77f5fce4deb7cf3a33cfe 0.10 MB 59 6
307,260 307,260 000000000000000038112aebeaeb9923f8a620ad035b848059dddd6ce055acc5 0.08 MB 154 31
307,259 307,259 0000000000000000146fda134c38aeb2292ebd981c22ec8c698f9295f7a45ea4 0.03 MB 62 21
307,258 307,258 00000000000000002d3f8d7e397456c405fe49d7b982a526e2cdb2110856eaa5 0.51 MB 264 14
307,257 307,257 000000000000000025106f9f18c8bab38632809027cd08dbc15ac6d460754d2f 0.35 MB 933 31
307,256 307,256 0000000000000000271c94e3c0088466bbaf5d3df2299f8998bbc13a5b5c8a38 0.75 MB 1,491 32
307,255 307,255 0000000000000000012c1b429aa1659cf16f77dea99a0e521970fa22155c454d 0.35 MB 1,084 53
307,254 307,254 000000000000000016e9f4544c6997e8b44598816bb7f934437604c11ed0b95a 0.04 MB 94 19
307,253 307,253 0000000000000000427e42117fdf751f4080ee6f1fb6735121b9028e1e12d174 0.33 MB 647 30
Previous 10 blocks ↓
Total Size: 769.15 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,632.52 GB sent, 93.62 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.