Memory Pool Memory Pool Refreshing

3,455 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
908,126 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,843 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,125 (726,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
181,276 181,276 0000000000000560221252edaa361d689da804a62a78f50ef158c2891bf3789e 0.05 MB 121 157
181,275 181,275 00000000000007122e2c0308ab69378410df27653dd2cc6307cb1965eac08c96 0.01 MB 16 48
181,274 181,274 00000000000003c554cd79f7aee915fe30d9aaea30aa1b6752aa9ecfe6e496c4 0.09 MB 143 163
181,273 181,273 00000000000004170ab8fbfdf66077ea27bc037d4f6560761c8f20415f5877ab 0.05 MB 126 92
181,272 181,272 00000000000002a2f2ad62afd5fd09a5e92db21e43b80fe70335e6f4368f43b5 0.00 MB 15 25
181,271 181,271 00000000000004c86e9931d04349864b9ffe5c861cec53bbdf22b3200cb263f7 0.01 MB 22 70
181,270 181,270 00000000000006cde664139873da14e6597f92dbbf27801e159c0108c634e7bf 0.04 MB 76 1,032
181,269 181,269 000000000000099fac12c2aac70dbc6a32dda105452d4b0649972f7260aeb98e 0.03 MB 114 161
181,268 181,268 00000000000007e8182fdfac1b825516f75dec1e1af50684e26ba1dfa4f1eb5c 0.25 MB 655 158
181,267 181,267 00000000000005f291e632b75d03144cea09f4c5c7d7856471d89eef55646af2 0.01 MB 16 30
181,266 181,266 000000000000095033b5fbfb995f80a8b928ac4b2f37a4431d7842b260a4281e 0.10 MB 207 145
181,265 181,265 00000000000001689d11d1953ec2f7cd97b33e4bc0085948b3723c42ee55cb8e 0.00 MB 13 17
181,264 181,264 0000000000000552508714bbd14ccad63044635f772704f80dad8741bd5de6a2 0.17 MB 429 122
181,263 181,263 000000000000064e79a3dbadb4d7eb2dded0080e63e80a401c90f159d690ea65 0.00 MB 9 15
181,262 181,262 000000000000003ba294fe16295661fdfc7d9e0dbac202278b941dd58289b5be 0.17 MB 447 133
181,261 181,261 0000000000000754f24346123e6c0495baaaa0561e5dedefca24da846ec12d28 0.02 MB 37 210
181,260 181,260 00000000000002e483a47beb3611b82354a7d0cbc80ee02583f8cb0d82d280ac 0.00 MB 11 15
181,259 181,259 000000000000000d1f277f265ff737f0fd27ebc56d0e5c0a1d4666c27748d4b9 0.13 MB 251 85
181,258 181,258 000000000000038fe372a044747b47a8598601ae9674b0ee3a6d755d47be09bb 0.29 MB 622 122
181,257 181,257 00000000000002c5c219e09d8b6a19f3d7ad8262e756a49b1210b7cd6530cb47 0.02 MB 46 103
181,256 181,256 0000000000000328358b0a536046711402c714cd282efb7647d70fe5dc250e10 0.00 MB 13 52
Previous 10 blocks ↓
Total Size: 769.78 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,679.96 GB sent, 96.80 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.