Memory Pool Memory Pool Refreshing

54,275 transactions
36.49 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
4 sats/vbyte 6
4 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,729 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 656 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,728 (736,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,162 139,162 00000000000000b472fd0479af38eaa89dad9ca61e5126b04e01aa3b23e0d749 0.05 MB 90 115
139,161 139,161 000000000000012be2f269e82a31fbd66045732040df989a99c953ff3a31433f 0.00 MB 10 817
139,160 139,160 000000000000067095690144e37bb68e0886ec98429e328a8fb5969c37da97df 0.01 MB 19 311
139,159 139,159 00000000000007b4829d580215a9f90dbace5087ac22d61980ea2a0098736e8c 0.04 MB 75 151
139,158 139,158 000000000000042f8a12741f021bcc2dc193f12f024838608db8d7d2020d11d3 0.01 MB 29 20
139,157 139,157 0000000000000621cfe6f3bcef9d50ce2083b263f40ab606946608aa8068c090 0.05 MB 121 75
139,156 139,156 00000000000000371afe3f3cbb09c98917272d9e16cc3c33f47a88e52f25cddc 0.02 MB 58 3
139,155 139,155 00000000000006128c02523f847ae1d6f6ebc51ca32829a944cfb944d4c4c3ba 0.07 MB 146 332
139,154 139,154 00000000000007e660ede3c3290e76228b9f1aaaace86accb0fdbf75e1683e2c 0.01 MB 33 335
139,153 139,153 000000000000031a37f696df9fa4c6e6ce4efce251702281e674b934b19f13aa 0.01 MB 30 0
139,152 139,152 00000000000004c773338f434caf00cb4c8155d9f8dca8cb9de0daf4a5ed1b28 0.00 MB 7 792
139,151 139,151 000000000000071d8d9b28e5404023ba7afe7b78eccc0b0f57760f9a603c6e65 0.05 MB 113 305
139,150 139,150 000000000000033dd971c985b0863cde92931ed5b788b8ad473647f3fb21b99f 0.03 MB 65 205
139,149 139,149 00000000000001a1b99df5600ecd7de48bc6782ff309bcae9357aa47e616297b 0.01 MB 15 154
139,148 139,148 0000000000000036b7f0ff4792f3d354c9858f76c4415d28dab22e25bd573143 0.06 MB 139 1,021
139,147 139,147 00000000000008772b86474c712e437ec37c32f8561ff2e9655921486fd1ca63 0.02 MB 48 121
139,146 139,146 000000000000043cc4d00d517b00c9b1c55c160dae0b5dfc76b3d660bbcf7271 0.03 MB 57 147
139,145 139,145 0000000000000864b3df930e12b25dee678be5275138ed29e1ef22b0c587e883 0.01 MB 24 432
139,144 139,144 000000000000005772daebdf8018f1bd68e27bbc7a924fd9abf6f092cdf159dc 0.05 MB 80 421
139,143 139,143 000000000000004d9ff5c74da57ec75911dff7b5a0421d2858a9af1d68e867a6 0.01 MB 38 151
139,142 139,142 00000000000003831f3a8a38b441d8e40810208a3ace6940c4ff82c3ac5f437a 0.01 MB 10 0
Previous 10 blocks ↓
Total Size: 709.98 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: 629.31 GB sent, 12.27 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.